Skip to content

Commit 323185e

Browse files
committed
πŸ”– Bump version: 0.1.2 β†’ 4.0.0
1 parent 27a4544 commit 323185e

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 = 0.1.2
2+
current_version = 4.0.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-
0.1.2
1+
4.0.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__ = "0.1.2"
3+
__version__ = "4.0.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 = "0.1.2"
3+
version = "4.0.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)