Skip to content

Commit f857dd3

Browse files
committed
Merge pull request #205 from Axelrod-Python/204
Releasing 0.0.9.
2 parents 9261711 + 0ce9f69 commit f857dd3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ v0.0.5, 2015-03-28 -- Corrects formatting of authors
66
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
9+
v0.0.9, 2015-06-14 -- Various improvements including noisy tournaments

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='Axelrod',
5-
version='0.0.8',
5+
version='0.0.9',
66
author='Vince Knight, Owen Campbell, Karol Langner',
77
author_email=('[email protected]'),
88
packages=['axelrod', 'axelrod.strategies', 'axelrod.tests'],

0 commit comments

Comments
 (0)