Skip to content

Commit 4b6c386

Browse files
chore: bump version to 2.0.1 [skip ci]
1 parent a4017b1 commit 4b6c386

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 = "hatchling.build"
44

55
[project]
66
name = "PyDiffGame"
7-
version = "2.0.0"
7+
version = "2.0.1"
88
authors = [
99
{ name = "Joshua Shay Kricheli", email = "skricheli2@gmail.com" },
1010
]

src/PyDiffGame/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from PyDiffGame.lqr import ContinuousLQR, DiscreteLQR
3535
from PyDiffGame.objective import GameObjective, LQRObjective, Objective
3636

37-
__version__ = "2.0.0"
37+
__version__ = "2.0.1"
3838

3939
__all__ = [
4040
"PyDiffGame",

0 commit comments

Comments
 (0)