Skip to content

Commit d77e0cd

Browse files
committed
New release
1 parent 6610ebe commit d77e0cd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ 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.
1313
v0.0.13, 2015-09-16 -- Adding classifier dictionary and dynamic strategy list.
14+
v0.0.14, 2015-09-28 -- Change to use distutils, mirror strategy and readthedocs bug

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@
33

44
setup(
55
name='Axelrod',
6-
version='0.0.13',
6+
version='0.0.14',
77
author='Vince Knight, Owen Campbell, Karol Langner, Marc Harper',
88
author_email=('[email protected]'),
99
packages=['axelrod', 'axelrod.strategies', 'axelrod.tests'],
1010
scripts=['run_axelrod'],
1111
url='http://axelrod.readthedocs.org/',
1212
license='The MIT License (MIT)',
1313
description='Reproduce the Axelrod iterated prisoners dilemma tournament',
14-
# install_requires=[
15-
# "matplotlib >= 1.4.2",
16-
# ],
1714
)

0 commit comments

Comments
 (0)