diff --git a/hatchet/version.py b/hatchet/version.py index 3e2ffcfd..a5f3bb4c 100644 --- a/hatchet/version.py +++ b/hatchet/version.py @@ -3,5 +3,5 @@ # # SPDX-License-Identifier: MIT -__version_info__ = ("2024", "1", "1") +__version_info__ = ("2024", "1", "2") __version__ = ".".join(__version_info__) diff --git a/pyproject.toml b/pyproject.toml index 0f488934..8adfae32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [tool.poetry] name = "llnl-hatchet" -version = "2024.1.1" +version = "2024.1.2" description = "A Python library for analyzing hierarchical performance data." authors = [ "Abhinav Bhatele ",