We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea1908 commit 4ef1117Copy full SHA for 4ef1117
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[tool.poetry]
6
name = "llnl-thicket"
7
-version = "2025.2.0"
+version = "2026.1.0"
8
description = "A Python-based toolkit for analyzing ensemble performance data."
9
license = "MIT"
10
thicket/version.py
@@ -3,5 +3,5 @@
3
#
# SPDX-License-Identifier: MIT
-__version_info__ = ("2025", "2", "0")
+__version_info__ = ("2026", "1", "0")
__version__ = ".".join(__version_info__)
0 commit comments