From ef0ef0c19ea43698742bb890939e317fabdfc858 Mon Sep 17 00:00:00 2001 From: Bogdan Popa Date: Mon, 15 Oct 2018 09:43:41 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20version=200.6.1=20=E2=86=92=200?= =?UTF-8?q?.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- molten/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3d0c40b..e6d782a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.1 +current_version = 0.7.0 message = chore: bump version {current_version} → {new_version} commit = True tag = True diff --git a/molten/__init__.py b/molten/__init__.py index e0b0d1d..e907544 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.1" +__version__ = "0.7.0" __all__ = [ "BaseApp", "App", "Middleware", "annotate", diff --git a/pyproject.toml b/pyproject.toml index ac9dd48..371adf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "molten" -version = "0.6.1" +version = "0.7.0" readme = "README.md" homepage = "https://moltenframework.com" description = "A minimal, extensible, fast and productive API framework."