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}