Skip to content

Commit ecfb3ee

Browse files
committed
Revert
1 parent 166c039 commit ecfb3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def getversioncfg():
8282
# define distribution
8383
setup_args = dict(
8484
name = "diffpy.utils",
85-
version = '3.2.4',
85+
version = versiondata.get('DEFAULT', 'version'),
8686
packages = find_packages(os.path.join(MYDIR, 'src')),
8787
package_dir = {'' : 'src'},
8888
test_suite = 'diffpy.utils.tests',

0 commit comments

Comments
 (0)