python: version 4.0.0
This commit is contained in:
parent
29816d5eee
commit
003f50ee2d
|
@ -14,7 +14,7 @@ from distutils.command.sdist import sdist
|
|||
from setuptools.command.bdist_egg import bdist_egg
|
||||
|
||||
SYSTEM = sys.platform
|
||||
VERSION = '4.0'
|
||||
VERSION = '4.0.0'
|
||||
|
||||
# adapted from commit e504b81 of Nguyen Tan Cong
|
||||
# Reference: https://docs.python.org/2/library/platform.html#cross-platform
|
||||
|
|
|
@ -8,8 +8,8 @@ from distutils.extension import Extension
|
|||
from distutils.command.build import build
|
||||
from Cython.Distutils import build_ext
|
||||
|
||||
VERSION = '4.0'
|
||||
SYSTEM = sys.platform
|
||||
VERSION = '4.0.0'
|
||||
|
||||
# adapted from commit e504b81 of Nguyen Tan Cong
|
||||
# Reference: https://docs.python.org/2/library/platform.html#cross-platform
|
||||
|
|
Loading…
Reference in New Issue