From fc2095901f5dfd24ecd29a99092283f136de04d5 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Wed, 30 Oct 2024 11:43:24 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.13.0=20=E2=86=92=200.13.1.d?= =?UTF-8?q?ev0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c88d6a6..0c13af5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.0 +current_version = 0.13.1.dev0 commit = True tag = True sign_tags = True diff --git a/setup.py b/setup.py index 9b0ea72..f585064 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() -version = '0.13.0' +version = '0.13.1.dev0' url = "https://github.com/ome/omero-metadata/" setup(