diff --git a/.bumpversion.cfg b/.bumpversion.cfg index fee672d..2a465b2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.9 +current_version = 0.6.10 commit = True tag = True message = 🔖 Bump version: {current_version} → {new_version} diff --git a/VERSION b/VERSION index 1a5ac0d..04e84f8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.9 +0.6.10 diff --git a/ftmq/__init__.py b/ftmq/__init__.py index e8f154e..077b52f 100644 --- a/ftmq/__init__.py +++ b/ftmq/__init__.py @@ -1,4 +1,4 @@ from ftmq.query import Query -__version__ = "0.6.9" +__version__ = "0.6.10" __all__ = ["Query"] diff --git a/package.json b/package.json index c713f27..5037e9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@investigativedata/ftmq", - "version": "0.6.9", + "version": "0.6.10", "description": "javascript interface for ftmq", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/pyproject.toml b/pyproject.toml index a140e66..5fc36d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ftmq" -version = "0.6.9" +version = "0.6.10" description = "followthemoney query dsl and io helpers" authors = ["Simon Wörpel "] license = "MIT"