From 2e1bfca838df5c24d0f8e1ae0a95894c7d3628e8 Mon Sep 17 00:00:00 2001 From: toloudis Date: Thu, 11 Jul 2024 10:42:29 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.2.0.dev0=20=E2=86=92=203.2.?= =?UTF-8?q?0?= 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 901c687b..a14bc504 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.0.dev0" +__version__ = "3.2.0" diff --git a/setup.cfg b/setup.cfg index 3a5ba94e..291c9161 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.2.0.dev0 +current_version = 3.2.0 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 c4df3b83..a3876e6e 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.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.',