Skip to content

Commit 166c039

Browse files
committed
Test manual versioning
1 parent 48120a5 commit 166c039

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 = versiondata.get('DEFAULT', 'version'),
85+
version = '3.2.4',
8686
packages = find_packages(os.path.join(MYDIR, 'src')),
8787
package_dir = {'' : 'src'},
8888
test_suite = 'diffpy.utils.tests',

0 commit comments

Comments
 (0)