Skip to content

Commit c4ef731

Browse files
committed
Bump version: 3.3.1.dev0 → 3.3.1
1 parent 6baa080 commit c4ef731

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

aicspylibczi/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.3.1.dev0
2+
current_version = 3.3.1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.',

0 commit comments

Comments
 (0)