Skip to content

Commit 4ef1117

Browse files
authored
unify version to 2026.1.0 (#270)
1 parent 7ea1908 commit 4ef1117

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 = "2025.2.0"
7+
version = "2026.1.0"
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__ = ("2025", "2", "0")
6+
__version_info__ = ("2026", "1", "0")
77
__version__ = ".".join(__version_info__)

0 commit comments

Comments
 (0)