From f49d8e7762b41863b045eb248ca7944c1ed12c3b Mon Sep 17 00:00:00 2001 From: toloudis Date: Mon, 6 Jan 2025 17:21:17 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.2.1.dev0=20=E2=86=92=203.2.?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aicspylibczi/_version.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aicspylibczi/_version.py b/aicspylibczi/_version.py index 03cd5f9..75593b6 100644 --- a/aicspylibczi/_version.py +++ b/aicspylibczi/_version.py @@ -1,4 +1,4 @@ """Version information.""" # The following line *must* be the last in the module, exactly as formatted: -__version__ = "3.2.1.dev0" +__version__ = "3.2.1" diff --git a/setup.cfg b/setup.cfg index e0d4931..77d9d1f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.2.1.dev0 +current_version = 3.2.1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))? diff --git a/setup.py b/setup.py index a53446a..43e090c 100644 --- a/setup.py +++ b/setup.py @@ -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.1.dev0', + version='3.2.1', 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.',