Skip to content

Commit 4d2fb73

Browse files
committed
New release
1 parent 0dbb3fb commit 4d2fb73

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ v0.0.6, 2015-04-01 -- Removes long description
77
v0.0.7, 2015-04-01 -- Perhaps removes long description
88
v0.0.8, 2015-04-16 -- Change default behaviour to maximisation
99
v0.0.9, 2015-06-14 -- Various improvements including noisy tournaments
10+
v0.0.10, 2015-08-17 -- Python 3 support and behaviour metrics
11+
v0.0.11, 2015-08-17 -- Updating Core team

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
setup(
44
name='Axelrod',
5-
version='0.0.9',
6-
author='Vince Knight, Owen Campbell, Karol Langner',
5+
version='0.0.11',
6+
author='Vince Knight, Owen Campbell, Karol Langner, Marc Harper',
77
author_email=('[email protected]'),
88
packages=['axelrod', 'axelrod.strategies', 'axelrod.tests'],
99
scripts=['run_axelrod'],

0 commit comments

Comments
 (0)