Skip to content

Commit 576e200

Browse files
authored
bump for minor release 2024.2.1 (#218)
1 parent 345eddf commit 576e200

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[tool.poetry]
66
name = "llnl-thicket"
7-
version = "2024.2.0"
7+
version = "2024.2.1"
88
description = "A Python-based toolkit for analyzing ensemble performance data."
99
license = "MIT"
1010

thicket/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
#
44
# SPDX-License-Identifier: MIT
55

6-
__version_info__ = ("2024", "2", "0")
6+
__version_info__ = ("2024", "2", "1")
77
__version__ = ".".join(__version_info__)

0 commit comments

Comments
 (0)