diff --git a/pyproject.toml b/pyproject.toml index c7d9b05..ed7585e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ build-backend = "setuptools.build_meta" [tool.poetry] name = "mamushi" -version = "0.0.4-a2" +version = "0.0.4-a3" description = "Vyper Formatter" authors = ["benny "] diff --git a/setup.cfg b/setup.cfg index df520f8..85d99f3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.4-a2 +current_version = 0.0.4-a3 commit = False tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? diff --git a/src/mamushi/__version__.py b/src/mamushi/__version__.py index f22196d..9beb433 100644 --- a/src/mamushi/__version__.py +++ b/src/mamushi/__version__.py @@ -1 +1 @@ -__version__ = "0.0.4-a2" +__version__ = "0.0.4-a3"