Skip to content

Commit 3ce5c50

Browse files
committed
Reverse change to version number in setup.py
1 parent b4046f1 commit 3ce5c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def read(*names, **kwargs):
2727

2828
setup(
2929
name='axelrod-fortran',
30-
version='0.4.3',
30+
version='0.4.2',
3131
license='MIT license',
3232
description='Python wrapper for strategies originally written in Fortran',
3333
long_description='%s\n%s' % (

0 commit comments

Comments
 (0)