Skip to content

Commit

Permalink
Merge pull request #34 from Sparks29032/new_version
Browse files Browse the repository at this point in the history
New version
  • Loading branch information
Sparks29032 committed Oct 2, 2023
2 parents 40d2337 + 24092e7 commit f5b78dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit f5b78dc

Please sign in to comment.