Skip to content

Commit 96c98d2

Browse files
committed
Version 2.0.1
1 parent ef16205 commit 96c98d2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
from setuptools import Extension
1515
from numpy.distutils.misc_util import get_numpy_include_dirs
1616

17+
# Use this version when git data are not available as in a git zip archive.
18+
# Update when tagging a new release.
19+
FALLBACK_VERSION = '2.0.1.post0'
1720

1821
# define extension arguments here
1922
ext_kws = {
@@ -67,10 +70,6 @@ def create_extensions():
6770
return [ext]
6871

6972

70-
# Use this version when git data are not available, like in git zip archive.
71-
# Update when tagging a new release.
72-
FALLBACK_VERSION = '2.0.post0'
73-
7473
# versioncfgfile holds version data for git commit hash and date.
7574
# It must reside in the same directory as version.py.
7675
MYDIR = os.path.dirname(os.path.abspath(__file__))

0 commit comments

Comments
 (0)