Skip to content

Commit

Permalink
Release v0.0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Aug 4, 2023
1 parent dfce5fe commit 1f15d83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.0.40

Add more documentation on Zero sum games.

# v0.0.39

Implement linear program for Zero sum games.
Expand Down
2 changes: 1 addition & 1 deletion src/nashpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""A library with algorithms on 2 player games."""
from .game import Game

__version__ = "0.0.39"
__version__ = "0.0.40"

0 comments on commit 1f15d83

Please sign in to comment.