Skip to content

Commit 9504ea6

Browse files
Bump version to 2.2.0
1 parent 8d07bfa commit 9504ea6

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
[project]
66
name = "rushti"
7-
version = "2.1.1"
7+
version = "2.2.0"
88
description = "RushTI - Parallel TM1 TurboIntegrator Process Execution"
99
readme = "README.md"
1010
license = "MIT"

src/rushti/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
with dependency management, checkpoint/resume support, and execution logging.
66
"""
77

8-
__version__ = "2.1.1"
8+
__version__ = "2.2.0"
99
__app_name__ = "RushTI"
1010

1111
# Core exports for programmatic use

0 commit comments

Comments
 (0)