提交 6ed18b4e authored 作者: David Warde-Farley's avatar David Warde-Farley

Fix easy_install problem with importing theano and revert "RELEASE=True" to…

Fix easy_install problem with importing theano and revert "RELEASE=True" to False, file should never be checked in with RELEASE=True.
上级 4e0b9b66
......@@ -36,8 +36,8 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 0
MINOR = 3
MICRO = 0
SUFFIX = "rc1" # Should be blank except for rc's, betas, etc.
ISRELEASED = True
SUFFIX = "rc2" # Should be blank except for rc's, betas, etc.
ISRELEASED = False
if MICRO > 0:
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
......@@ -90,7 +90,7 @@ if not release:
HG_REVISION = hg_version()
elif os.path.exists(filename):
# must be a source distribution, use existing version file
from theano.version import hg_revision as HG_REVISION
HG_REVISION = "RELEASE"
else:
HG_REVISION = "unknown-hg"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论