Skip to content

Commit

Permalink
bump for minor release 2024.2.1 (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan authored Oct 29, 2024
1 parent 345eddf commit 576e200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-thicket"
version = "2024.2.0"
version = "2024.2.1"
description = "A Python-based toolkit for analyzing ensemble performance data."
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion thicket/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", "2", "0")
__version_info__ = ("2024", "2", "1")
__version__ = ".".join(__version_info__)

0 comments on commit 576e200

Please sign in to comment.