Skip to content

Commit 75f043c

Browse files
committed
Release v0.0.41
1 parent fbb567a commit 75f043c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.0.41
2+
3+
Add exercises to a number of text book chapters.
4+
15
# v0.0.40
26

37
Add more documentation on Zero sum games.

src/nashpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from .game import Game
44

5-
__version__ = "0.0.40"
5+
__version__ = "0.0.41"

0 commit comments

Comments
 (0)