Skip to content

Commit a7ecbc5

Browse files
chore: bump version to 2.0.3 [skip ci]
1 parent 4fd4b30 commit a7ecbc5

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.2"
7+
version = "2.0.3"
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.2"
37+
__version__ = "2.0.3"
3838
__author__ = "Joshua Shay Kricheli"
3939
__url__ = "https://github.com/krichelj/PyDiffGame"
4040

0 commit comments

Comments
 (0)