Skip to content

Commit

Permalink
🔖 Bump version: 0.5.0 → 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed Jan 3, 2024
1 parent 91d2267 commit 1a5b7d6
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 = 0.5.0
current_version = 0.5.1
commit = True
tag = True
sign_tags = True
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.5.1
2 changes: 1 addition & 1 deletion investigraph/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def get_env(env: str, default: Any | None = None) -> Any | None:
return os.environ.get(env, default)


VERSION = "0.5.0"
VERSION = "0.5.1"

DEBUG = as_bool(get_env("DEBUG", 0))
DATA_ROOT = Path(get_env("DATA_ROOT", Path.cwd() / "data")).absolute()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "investigraph"
version = "0.5.0"
version = "0.5.1"
description = "etl pipeline for investigations with follow the money data"
authors = ["Simon Wörpel <simon@investigativedata.org>"]
license = "MIT"
Expand Down

0 comments on commit 1a5b7d6

Please sign in to comment.