Skip to content

Commit

Permalink
bump for 2024.2.0 major release (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan authored Sep 27, 2024
1 parent 2b9e450 commit 19b13d7
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.1.0"
version = "2024.2.0"
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", "1", "0")
__version_info__ = ("2024", "2", "0")
__version__ = ".".join(__version_info__)

0 comments on commit 19b13d7

Please sign in to comment.