Skip to content

Commit

Permalink
bump for v2024.1.3 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan authored Oct 29, 2024
1 parent beb9f8c commit c21e86f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hatchet/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
#
# SPDX-License-Identifier: MIT

__version_info__ = ("2024", "1", "2")
__version_info__ = ("2024", "1", "3")
__version__ = ".".join(__version_info__)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[tool.poetry]
name = "llnl-hatchet"
version = "2024.1.2"
version = "2024.1.3"
description = "A Python library for analyzing hierarchical performance data."
authors = [
"Abhinav Bhatele <[email protected]>",
Expand Down

0 comments on commit c21e86f

Please sign in to comment.