Skip to content

Commit

Permalink
🔖 Bump version: 0.0.1 → 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed Oct 11, 2023
1 parent e040ae9 commit 74a0a33
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.0.1
current_version = 0.0.2
commit = True
tag = True
message = 🔖 Bump version: {current_version} → {new_version}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2
2 changes: 1 addition & 1 deletion juditha/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ def lookup(self, value: str) -> str | None:
return self.store.lookup(value)


__version__ = "0.0.1"
__version__ = "0.0.2"
__all__ = ["lookup"]
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 = "juditha"
version = "0.0.1"
version = "0.0.2"
description = "A super-fast canonical name lookup service"
authors = ["Simon Wörpel <simon@investigativedata.org>"]
license = "GPL"
Expand Down

0 comments on commit 74a0a33

Please sign in to comment.