From 2aa0660ad4389045625d5a008ef975f35350bae9 Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Tue, 19 Apr 2022 22:23:36 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.9.0=20=E2=86=92=202.9.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- enrich/setup.py | 2 +- followthemoney/__init__.py | 2 +- js/package.json | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 43e64147b..baa71c1b1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.9.0 +current_version = 2.9.1 commit = True tag = True diff --git a/enrich/setup.py b/enrich/setup.py index bc6d07055..de0c5fd4e 100644 --- a/enrich/setup.py +++ b/enrich/setup.py @@ -2,7 +2,7 @@ setup( name="followthemoney-enrich", - version="2.9.0", + version="2.9.1", long_description="Data enrichment toolkit", classifiers=[ "Development Status :: 3 - Alpha", diff --git a/followthemoney/__init__.py b/followthemoney/__init__.py index ec3c283b1..fc43cbcf8 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.0" +__version__ = "2.9.1" model_path = os.path.dirname(__file__) diff --git a/js/package.json b/js/package.json index 9509e6b51..9345da224 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "@alephdata/followthemoney", - "version": "2.9.0", + "version": "2.9.1", "description": "JavaScript version of the followthemoney data model", "keywords": [], "main": "dist/followthemoney.umd.js", diff --git a/setup.py b/setup.py index 8b15b0c5c..87abd414c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="followthemoney", - version="2.9.0", + version="2.9.1", author="Organized Crime and Corruption Reporting Project", author_email="data@occrp.org", url="https://followthemoney.readthedocs.io/",