From 82f95784152c31e4d74ba4505764cccb4d970938 Mon Sep 17 00:00:00 2001 From: = Date: Mon, 2 Oct 2023 18:09:39 -0400 Subject: [PATCH] Manual add version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 573f4f75..2fc6d313 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # Use this version when git data are not available, like in git zip archive. # Update when tagging a new release. -FALLBACK_VERSION = '3.2.1' +FALLBACK_VERSION = '3.2.0' # versioncfgfile holds version data for git commit hash and date. # It must reside in the same directory as version.py. @@ -82,7 +82,7 @@ def getversioncfg(): # define distribution setup_args = dict( name = "diffpy.utils", - version = versiondata.get('DEFAULT', 'version'), + version = '3.2.3', packages = find_packages(os.path.join(MYDIR, 'src')), package_dir = {'' : 'src'}, test_suite = 'diffpy.utils.tests',