From edb8342289e0290a86176d91e4c31d4cbbdd8b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=B6rpel?= Date: Sun, 12 Nov 2023 19:38:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version:=200.4.0=20?= =?UTF-8?q?=E2=86=92=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- VERSION | 2 +- ftmq/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b5a43028..c5bbb4fe 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.5.0 commit = True tag = True message = 🔖 Bump version: {current_version} → {new_version} diff --git a/VERSION b/VERSION index 1d0ba9ea..8f0916f7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 +0.5.0 diff --git a/ftmq/__init__.py b/ftmq/__init__.py index 1963b363..7b098ace 100644 --- a/ftmq/__init__.py +++ b/ftmq/__init__.py @@ -1,4 +1,4 @@ from ftmq.query import Query -__version__ = "0.4.0" +__version__ = "0.5.0" __all__ = ["Query"] diff --git a/pyproject.toml b/pyproject.toml index c545b69f..b800ec73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ftmq" -version = "0.4.0" +version = "0.5.0" description = "followthemoney query dsl and io helpers" authors = ["Simon Wörpel "] license = "MIT"