From ac574fcd25b8d67a2f0fd1c457cd034731795bcb Mon Sep 17 00:00:00 2001 From: Vince Knight Date: Sun, 25 Oct 2015 09:54:11 +0000 Subject: [PATCH] New release. --- CHANGES.txt | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 71f362e8b..8df980067 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -13,3 +13,4 @@ v0.0.12, 2015-09-02 -- Further behaviour and more info being passed to players. v0.0.13, 2015-09-16 -- Adding classifier dictionary and dynamic strategy list. v0.0.14, 2015-09-28 -- Change to use distutils, mirror strategy and readthedocs bug v0.0.15, 2015-10-13 -- Distribution of wins plots, and is_cheater becomes obey_axelrod +v0.0.16, 2015-10-25 -- Tidying strategies, action classes, flip action method and new docs diff --git a/setup.py b/setup.py index 2541c1e22..862ce77e3 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='Axelrod', - version='0.0.15', + version='0.0.16', author='Vince Knight, Owen Campbell, Karol Langner, Marc Harper', author_email=('axelrod-python@googlegroups.com'), packages=['axelrod', 'axelrod.strategies', 'axelrod.tests'],