diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 91781bd..3d0c40b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.6.1 message = chore: bump version {current_version} → {new_version} commit = True tag = True diff --git a/molten/__init__.py b/molten/__init__.py index 775fa86..e0b0d1d 100644 --- a/molten/__init__.py +++ b/molten/__init__.py @@ -42,7 +42,7 @@ Field, Missing, Validator, dump_schema, field, forward_ref, is_schema, load_schema, schema ) -__version__ = "0.6.0" +__version__ = "0.6.1" __all__ = [ "BaseApp", "App", "Middleware", "annotate", diff --git a/pyproject.toml b/pyproject.toml index d4968e8..ac9dd48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "molten" -version = "0.6.0" +version = "0.6.1" readme = "README.md" homepage = "https://moltenframework.com" description = "A minimal, extensible, fast and productive API framework."