Skip to content

Commit f5b78dc

Browse files
authored
Merge pull request #34 from Sparks29032/new_version
New version
2 parents 40d2337 + 24092e7 commit f5b78dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# Use this version when git data are not available, like in git zip archive.
1414
# Update when tagging a new release.
15-
FALLBACK_VERSION = '3.2.1'
15+
FALLBACK_VERSION = '3.2.0'
1616

1717
# versioncfgfile holds version data for git commit hash and date.
1818
# It must reside in the same directory as version.py.
@@ -82,7 +82,7 @@ def getversioncfg():
8282
# define distribution
8383
setup_args = dict(
8484
name = "diffpy.utils",
85-
version = versiondata.get('DEFAULT', 'version'),
85+
version = '3.2.3',
8686
packages = find_packages(os.path.join(MYDIR, 'src')),
8787
package_dir = {'' : 'src'},
8888
test_suite = 'diffpy.utils.tests',

0 commit comments

Comments
 (0)