Skip to content

Commit f226ca1

Browse files
committed
New release
1 parent 42b1577 commit f226ca1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.txt

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ v0.0.9, 2015-06-14 -- Various improvements including noisy tournaments
1010
v0.0.10, 2015-08-17 -- Python 3 support and behaviour metrics
1111
v0.0.11, 2015-08-17 -- Updating Core team
1212
v0.0.12, 2015-09-02 -- Further behaviour and more info being passed to players.
13+
v0.0.13, 2015-09-16 -- Adding classifier dictionary and dynamic strategy list.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='Axelrod',
5-
version='0.0.12',
5+
version='0.0.13',
66
author='Vince Knight, Owen Campbell, Karol Langner, Marc Harper',
77
author_email=('axelrod-python@googlegroups.com'),
88
packages=['axelrod', 'axelrod.strategies', 'axelrod.tests'],

0 commit comments

Comments
 (0)