Skip to content

Commit

Permalink
Bump version: 3.2.0.dev0 → 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toloudis committed Jul 11, 2024
1 parent 895ed99 commit 2e1bfca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aicspylibczi/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version information."""

# The following line *must* be the last in the module, exactly as formatted:
__version__ = "3.2.0.dev0"
__version__ = "3.2.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.2.0.dev0
current_version = 3.2.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def build_extension(self, ext):
name='aicspylibczi',
# Do not edit this string manually, always use bumpversion
# Details in CONTRIBUTING.md
version='3.2.0.dev0',
version='3.2.0',
author='Jamie Sherman, Paul Watkins',
author_email='jamies@alleninstitute.org, pwatkins@gmail.com',
description='A python module and a python extension for Zeiss (CZI/ZISRAW) microscopy files.',
Expand Down

0 comments on commit 2e1bfca

Please sign in to comment.