Skip to content

Commit 6732b4d

Browse files
committed
Version 1.1.
1 parent 0b960ce commit 6732b4d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
from numpy.distutils.misc_util import get_numpy_include_dirs
1616

1717

18+
# Use this version when git data are not available, like in git zip archive.
19+
# Update when tagging a new release.
20+
FALLBACK_VERSION = '1.1.post0'
21+
22+
1823
# define extension arguments here
1924
ext_kws = {
2025
'libraries' : ['diffpy'],
@@ -67,10 +72,6 @@ def create_extensions():
6772
return [ext]
6873

6974

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 = '1.1a1.post0'
73-
7475
# versioncfgfile holds version data for git commit hash and date.
7576
# It must reside in the same directory as version.py.
7677
MYDIR = os.path.dirname(os.path.abspath(__file__))

0 commit comments

Comments
 (0)