Skip to content

Commit 1ff0ad2

Browse files
chore: bump version to 2.0.4 [skip ci]
1 parent 2f8fa20 commit 1ff0ad2

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.3"
7+
version = "2.0.4"
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
@@ -35,7 +35,7 @@
3535
from PyDiffGame.objective import GameObjective, LQRObjective, Objective
3636
from PyDiffGame.robust import ContinuousHInfinityControl
3737

38-
__version__ = "2.0.3"
38+
__version__ = "2.0.4"
3939
__author__ = "Joshua Shay Kricheli"
4040
__url__ = "https://github.com/krichelj/PyDiffGame"
4141

0 commit comments

Comments
 (0)