From cd03def24c5ad7a2babcf21400a2fd04a899ef31 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Thu, 28 Jul 2022 23:13:58 +0200 Subject: [PATCH] Bump develop version [ci skip] --- meta/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/__init__.py b/meta/__init__.py index 9aa3f90..611ef67 100644 --- a/meta/__init__.py +++ b/meta/__init__.py @@ -1 +1 @@ -__version__ = "2.1.0" +__version__ = "2.1.1.dev0" diff --git a/setup.cfg b/setup.cfg index 5b6ecde..d6a3245 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.0 +current_version = 2.1.1.dev0 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.?)(?P[a-z]*)(?P\d*) serialize = {major}.{minor}.{patch}.{release}{relver}