Skip to content

Commit 8cd9bf3

Browse files
committed
Bump version: 3.7.3 → 3.7.4
1 parent f8cd0f6 commit 8cd9bf3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.7.3
2+
current_version = 3.7.4
33
commit = True
44
tag = True
55

followthemoney/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from followthemoney.model import Model
44
from followthemoney.util import set_model_locale
55

6-
__version__ = "3.7.3"
6+
__version__ = "3.7.4"
77

88

99
model_path = os.path.dirname(__file__)

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alephdata/followthemoney",
3-
"version": "3.7.3",
3+
"version": "3.7.4",
44
"description": "JavaScript version of the followthemoney data model",
55
"keywords": [],
66
"main": "dist/followthemoney.umd.js",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="followthemoney",
8-
version="3.7.3",
8+
version="3.7.4",
99
author="Organized Crime and Corruption Reporting Project",
1010
author_email="[email protected]",
1111
url="https://followthemoney.tech/",

0 commit comments

Comments
 (0)