Skip to content

Commit

Permalink
Bump version: 3.4.2 → 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
catileptic committed Jun 27, 2023
1 parent c34fffc commit 8ff8e26
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.4.2
current_version = 3.4.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion followthemoney/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from followthemoney.model import Model
from followthemoney.util import set_model_locale

__version__ = "3.4.2"
__version__ = "3.4.3"


model_path = os.path.dirname(__file__)
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alephdata/followthemoney",
"version": "3.4.2",
"version": "3.4.3",
"description": "JavaScript version of the followthemoney data model",
"keywords": [],
"main": "dist/followthemoney.umd.js",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="followthemoney",
version="3.4.2",
version="3.4.3",
author="Organized Crime and Corruption Reporting Project",
author_email="data@occrp.org",
url="https://followthemoney.tech/",
Expand Down

0 comments on commit 8ff8e26

Please sign in to comment.