We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40d2337 + 24092e7 commit f5b78dcCopy full SHA for f5b78dc
setup.py
@@ -12,7 +12,7 @@
12
13
# Use this version when git data are not available, like in git zip archive.
14
# Update when tagging a new release.
15
-FALLBACK_VERSION = '3.2.1'
+FALLBACK_VERSION = '3.2.0'
16
17
# versioncfgfile holds version data for git commit hash and date.
18
# It must reside in the same directory as version.py.
@@ -82,7 +82,7 @@ def getversioncfg():
82
# define distribution
83
setup_args = dict(
84
name = "diffpy.utils",
85
- version = versiondata.get('DEFAULT', 'version'),
+ version = '3.2.3',
86
packages = find_packages(os.path.join(MYDIR, 'src')),
87
package_dir = {'' : 'src'},
88
test_suite = 'diffpy.utils.tests',
0 commit comments