diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4cde4a30..cc3c022d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.6 +current_version = 0.2.0 commit = True tag = True message = 🔖 Bump version: {current_version} → {new_version} diff --git a/VERSION b/VERSION index c946ee61..0ea3a944 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.6 +0.2.0 diff --git a/ftmq/__init__.py b/ftmq/__init__.py index 0a8da882..d3ec452c 100644 --- a/ftmq/__init__.py +++ b/ftmq/__init__.py @@ -1 +1 @@ -__version__ = "0.1.6" +__version__ = "0.2.0" diff --git a/pyproject.toml b/pyproject.toml index 8932aa29..483985ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ftmq" -version = "0.1.6" +version = "0.2.0" description = "followthemoney query dsl and io helpers" authors = ["Simon Wörpel "] license = "MIT"