Skip to content

Commit 9009f10

Browse files
author
rohan
committed
chore: bump gds-analysis to 0.1.2 for PSUU consolidation
gds-analysis 0.1.1 is already on PyPI without the psuu subpackage. Bump to 0.1.2 so the shim gds-psuu can depend on the version that actually contains gds_analysis.psuu.
1 parent b275427 commit 9009f10

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/gds-analysis/gds_analysis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
analysis on concrete trajectories.
66
"""
77

8-
__version__ = "0.1.1"
8+
__version__ = "0.1.2"
99

1010
from gds_analysis.adapter import spec_to_model
1111
from gds_analysis.backward_reachability import (

packages/gds-psuu/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
"Typing :: Typed",
2929
]
3030
dependencies = [
31-
"gds-analysis>=0.1.1",
31+
"gds-analysis>=0.1.2",
3232
]
3333

3434
[project.optional-dependencies]

0 commit comments

Comments
 (0)