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