File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11"""Version information."""
22
33# The following line *must* be the last in the module, exactly as formatted:
4- __version__ = "3.3.1.dev0 "
4+ __version__ = "3.3.1"
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.3.1.dev0
2+ current_version = 3.3.1
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ def build_extension(self, ext):
106106 name = 'aicspylibczi' ,
107107 # Do not edit this string manually, always use bumpversion
108108 # Details in CONTRIBUTING.md
109- version = '3.3.1.dev0 ' ,
109+ version = '3.3.1' ,
110110 author = 'Jamie Sherman, Paul Watkins' ,
111111 author_email = 'jamies@alleninstitute.org, pwatkins@gmail.com' ,
112112 description = 'A python module and a python extension for Zeiss (CZI/ZISRAW) microscopy files.' ,
You can’t perform that action at this time.
0 commit comments