Skip to content

Commit

Permalink
Release v0.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Mar 25, 2022
1 parent ab2e3ce commit 0fd1c86
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.32

Fix lower bound for numpy in setup configuration.

# v0.0.31

Add fixation with mutation.
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 to compute equilibria of 2 player normal form games"""
from .game import Game

__version__ = "0.0.31"
__version__ = "0.0.32"

0 comments on commit 0fd1c86

Please sign in to comment.