diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c8f1ab138..feb13d41e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.9.3 +current_version = 2.9.4 commit = True tag = True diff --git a/enrich/setup.py b/enrich/setup.py index 90cc0b420..edb4d6f16 100644 --- a/enrich/setup.py +++ b/enrich/setup.py @@ -2,7 +2,7 @@ setup( name="followthemoney-enrich", - version="2.9.3", + version="2.9.4", long_description="Data enrichment toolkit", classifiers=[ "Development Status :: 3 - Alpha", diff --git a/followthemoney/__init__.py b/followthemoney/__init__.py index 8884d5f72..da6d5cc51 100644 --- a/followthemoney/__init__.py +++ b/followthemoney/__init__.py @@ -3,7 +3,7 @@ from followthemoney.model import Model from followthemoney.util import set_model_locale -__version__ = "2.9.3" +__version__ = "2.9.4" model_path = os.path.dirname(__file__) diff --git a/js/package.json b/js/package.json index 715d17d0b..f5388179b 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "@alephdata/followthemoney", - "version": "2.9.3", + "version": "2.9.4", "description": "JavaScript version of the followthemoney data model", "keywords": [], "main": "dist/followthemoney.umd.js", diff --git a/setup.py b/setup.py index ca1a50a9e..47f618106 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="followthemoney", - version="2.9.3", + version="2.9.4", author="Organized Crime and Corruption Reporting Project", author_email="data@occrp.org", url="https://followthemoney.readthedocs.io/",