Skip to content

Commit

Permalink
Bump version: 3.0.1 → 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Haffenden committed Jul 11, 2022
1 parent 265736f commit ef2bb43
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.0.1
current_version = 3.0.2
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.0.1"
__version__ = "3.0.2"


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.0.1",
"version": "3.0.2",
"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.0.1",
version="3.0.2",
author="Organized Crime and Corruption Reporting Project",
author_email="[email protected]",
url="https://followthemoney.readthedocs.io/",
Expand Down

0 comments on commit ef2bb43

Please sign in to comment.