diff --git a/setup.cfg b/setup.cfg index 7a4b305..f804c50 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.4.6 +current_version = 2.4.7 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 c9e914f..999d130 100644 --- a/src/makei/__init__.py +++ b/src/makei/__init__.py @@ -1 +1 @@ -__version__ = "2.4.6" +__version__ = "2.4.7"