python: version 4.0.0

This commit is contained in:
Nguyen Anh Quynh 2016-11-04 23:55:20 +08:00
parent 29816d5eee
commit 003f50ee2d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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