Unverified Commit 695fcddd authored by Kai Chen's avatar Kai Chen Committed by GitHub
Browse files

Correct the version number (#2070)

parent 9e15a014
......@@ -24,7 +24,7 @@ MAJOR = 1
MINOR = 0
PATCH = 0
SUFFIX = ''
if PATCH:
if PATCH != '':
SHORT_VERSION = '{}.{}.{}{}'.format(MAJOR, MINOR, PATCH, SUFFIX)
else:
SHORT_VERSION = '{}.{}{}'.format(MAJOR, MINOR, SUFFIX)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment