Skip to content

Commit

Permalink
New release.
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Oct 25, 2015
1 parent fee3e53 commit ac574fc
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 @@ -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
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.15',
version='0.0.16',
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 ac574fc

Please sign in to comment.