Skip to content

Commit a59c5c4

Browse files
committed
πŸ”– Bump version: 0.0.3 β†’ 0.0.4
1 parent db46d7f commit a59c5c4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

β€Ž.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.0.3
2+
current_version = 0.0.4
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.0.3
1+
0.0.4

β€Žleakrfc/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.3"
1+
__version__ = "0.0.4"

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "leakrfc"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "Data standard, storage and retrieval for leaks and document collections"
55
authors = [{ name = "Simon WΓΆrpel", email = "simon.woerpel@pm.me" }]
66
license = "AGPLv3+"

0 commit comments

Comments
Β (0)