From c21e86f236ef5382244be0ef8e2525196bdd4af1 Mon Sep 17 00:00:00 2001 From: Stephanie Brink Date: Tue, 29 Oct 2024 10:45:21 -0700 Subject: [PATCH] bump for v2024.1.3 (#151) --- hatchet/version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hatchet/version.py b/hatchet/version.py index a5f3bb4c..f3a1f163 100644 --- a/hatchet/version.py +++ b/hatchet/version.py @@ -3,5 +3,5 @@ # # SPDX-License-Identifier: MIT -__version_info__ = ("2024", "1", "2") +__version_info__ = ("2024", "1", "3") __version__ = ".".join(__version_info__) diff --git a/pyproject.toml b/pyproject.toml index 8adfae32..1a2dfd6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ",