From 0e75e74d4d73d156090b9ff1d5d5cbe796bdbe4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=B6rpel?= Date: Wed, 24 Jul 2024 19:34:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version:=200.6.8=20?= =?UTF-8?q?=E2=86=92=200.6.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- VERSION | 2 +- ftmq/__init__.py | 2 +- package.json | 2 +- pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4e952e1..fee672d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.8 +current_version = 0.6.9 commit = True tag = True message = 🔖 Bump version: {current_version} → {new_version} diff --git a/VERSION b/VERSION index fae59ca..1a5ac0d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.8 +0.6.9 diff --git a/ftmq/__init__.py b/ftmq/__init__.py index fb5efc1..e8f154e 100644 --- a/ftmq/__init__.py +++ b/ftmq/__init__.py @@ -1,4 +1,4 @@ from ftmq.query import Query -__version__ = "0.6.8" +__version__ = "0.6.9" __all__ = ["Query"] diff --git a/package.json b/package.json index 8c5629d..c713f27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@investigativedata/ftmq", - "version": "0.6.8", + "version": "0.6.9", "description": "javascript interface for ftmq", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/pyproject.toml b/pyproject.toml index 854260d..e75df48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ftmq" -version = "0.6.8" +version = "0.6.9" description = "followthemoney query dsl and io helpers" authors = ["Simon Wörpel "] license = "MIT"