Skip to content

Commit 5609d13

Browse files
committed
New release.
1 parent 737fd4e commit 5609d13

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
@@ -28,3 +28,4 @@ v0.0.27, 2016-03-06 -- Minor fixes, rewrite of tournament engine: interactions n
2828
v0.0.28, 2016-03-29 -- New strategy, enhanced matches and prob end tournaments.
2929
v0.0.29, 2016-04-04 -- Bug fix with parallel processing.
3030
v0.0.30, 2016-04-08 -- Reading and writing tournaments to file, better pickling.
31+
v0.0.31, 2016-04-18 -- Moran processes, better caching architecture and match generator

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='Axelrod',
6-
version='0.0.30',
6+
version='0.0.31',
77
author='Vince Knight, Owen Campbell, Karol Langner, Marc Harper',
88
author_email=('[email protected]'),
99
packages=['axelrod', 'axelrod.strategies', 'axelrod.tests'],

0 commit comments

Comments
 (0)