From ee7c29400a5ad92214fe5a9aef7274baace81132 Mon Sep 17 00:00:00 2001 From: Bogdan Popa Date: Sat, 6 Oct 2018 20:46:14 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20version=200.5.2=20=E2=86=92=200?= =?UTF-8?q?.6.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 736a3cf..91781bd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.2 +current_version = 0.6.0 message = chore: bump version {current_version} → {new_version} commit = True tag = True diff --git a/molten/__init__.py b/molten/__init__.py index 68da03b..775fa86 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.5.2" +__version__ = "0.6.0" __all__ = [ "BaseApp", "App", "Middleware", "annotate", diff --git a/pyproject.toml b/pyproject.toml index 09fd3cf..d4968e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "molten" -version = "0.5.2" +version = "0.6.0" readme = "README.md" homepage = "https://moltenframework.com" description = "A minimal, extensible, fast and productive API framework."