diff --git a/setup.cfg b/setup.cfg index c21ad94..bd56395 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.4.30 +current_version = 2.4.31 parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} commit = True diff --git a/src/makei/__init__.py b/src/makei/__init__.py index 7fbe1f2..fc93ebc 100644 --- a/src/makei/__init__.py +++ b/src/makei/__init__.py @@ -1 +1 @@ -__version__ = "2.4.30" +__version__ = "2.4.31"