Skip to content

Commit

Permalink
New release.
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Apr 14, 2016
1 parent 737fd4e commit 5609d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ v0.0.27, 2016-03-06 -- Minor fixes, rewrite of tournament engine: interactions n
v0.0.28, 2016-03-29 -- New strategy, enhanced matches and prob end tournaments.
v0.0.29, 2016-04-04 -- Bug fix with parallel processing.
v0.0.30, 2016-04-08 -- Reading and writing tournaments to file, better pickling.
v0.0.31, 2016-04-18 -- Moran processes, better caching architecture and match generator
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='Axelrod',
version='0.0.30',
version='0.0.31',
author='Vince Knight, Owen Campbell, Karol Langner, Marc Harper',
author_email=('[email protected]'),
packages=['axelrod', 'axelrod.strategies', 'axelrod.tests'],
Expand Down

0 comments on commit 5609d13

Please sign in to comment.