Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Apr 8, 2016
1 parent 4f90b42 commit e9e586a
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 @@ -27,3 +27,4 @@ v0.0.26, 2016-02-24 -- Bug fix and two new strategies based on ThueMorse sequenc
v0.0.27, 2016-03-06 -- Minor fixes, rewrite of tournament engine: interactions now available.
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.
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.29',
version='0.0.30',
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 e9e586a

Please sign in to comment.