Skip to content

Commit e9e586a

Browse files
committed
New release
1 parent 4f90b42 commit e9e586a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ v0.0.26, 2016-02-24 -- Bug fix and two new strategies based on ThueMorse sequenc
2727
v0.0.27, 2016-03-06 -- Minor fixes, rewrite of tournament engine: interactions now available.
2828
v0.0.28, 2016-03-29 -- New strategy, enhanced matches and prob end tournaments.
2929
v0.0.29, 2016-04-04 -- Bug fix with parallel processing.
30+
v0.0.30, 2016-04-08 -- Reading and writing tournaments to file, better pickling.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='Axelrod',
6-
version='0.0.29',
6+
version='0.0.30',
77
author='Vince Knight, Owen Campbell, Karol Langner, Marc Harper',
88
author_email=('[email protected]'),
99
packages=['axelrod', 'axelrod.strategies', 'axelrod.tests'],

0 commit comments

Comments
 (0)