Skip to content

Commit

Permalink
Bump version: 3.7.12 → 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Jan 9, 2025
1 parent e03bb84 commit e55e056
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.7.12
current_version = 3.8.0
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.7.12"
__version__ = "3.8.0"


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.7.12",
"version": "3.8.0",
"description": "JavaScript version of the followthemoney data model",
"keywords": [],
"main": "dist/followthemoney.umd.js",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "followthemoney"
version = "3.7.12"
version = "3.8.0"
description = "A data model for anti corruption data modeling and analysis."
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit e55e056

Please sign in to comment.