Skip to content

Commit f014241

Browse files
committed
πŸ”– Bump version: 4.4.0 β†’ 4.5.0
1 parent 784746f commit f014241

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

β€Ž.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 = 4.4.0
2+
current_version = 4.5.0
33
commit = True
44
tag = True
55
message = πŸ”– Bump version: {current_version} β†’ {new_version}

β€ŽVERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.4.0
1+
4.5.0

β€Žjuditha/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from juditha.store import get_store, lookup
22

3-
__version__ = "4.4.0"
3+
__version__ = "4.5.0"
44
__all__ = ["lookup", "get_store"]

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "juditha"
3-
version = "4.4.0"
3+
version = "4.5.0"
44
description = "A super-fast canonical name lookup service"
55
authors = [{ name = "Simon WΓΆrpel", email = "simon.woerpel@pm.me" }]
66
license = "AGPLv3+"

0 commit comments

Comments
Β (0)