diff --git a/CHANGES.txt b/CHANGES.txt index 732b06da9..1a0a9b0d6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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. diff --git a/setup.py b/setup.py index 140703634..38dec9866 100644 --- a/setup.py +++ b/setup.py @@ -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=('axelrod-python@googlegroups.com'), packages=['axelrod', 'axelrod.strategies', 'axelrod.tests'],