Set the Cython required version to 0.23 because of a bug in the 0.24

version
This commit is contained in:
2016-04-06 14:44:17 +02:00
parent ffb33f61a9
commit b2d2346eb7
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
--extra-index-url https://pypi.python.org/simple/ --extra-index-url https://pypi.python.org/simple/
Cython>=0.21 Cython==0.23
Sphinx>=1.2.0 Sphinx>=1.2.0
wheel>=0.24.0 wheel>=0.24.0
virtualenv>=1.11.0 virtualenv>=1.11.0

View File

@ -19,7 +19,7 @@ from os import path
PACKAGE = "OBITools" PACKAGE = "OBITools"
VERSION = "1.2.3" VERSION = "1.2.4"
AUTHOR = 'Eric Coissac' AUTHOR = 'Eric Coissac'
EMAIL = 'eric@coissac.eu' EMAIL = 'eric@coissac.eu'
URL = 'metabarcoding.org/obitools' URL = 'metabarcoding.org/obitools'

View File

@ -1,5 +1,5 @@
major = 1 major = 1
minor = 2 minor = 2
serial= '3' serial= '4'
version = "%2d.%02d %s" % (major,minor,serial) version = "%2d.%02d %s" % (major,minor,serial)