Skip to content

Commit 23ca8e7

Browse files
committed
πŸ”– Bump version: 5.0.0-rc7 β†’ 5.0.0
1 parent 397396d commit 23ca8e7

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 = 5.0.0-rc7
2+
current_version = 5.0.0
33
tag_name = {new_version}
44
commit = True
55
tag = True

β€ŽVERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0-rc7
1+
5.0.0

β€Žingestors/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from anystore.logging import configure_logging, get_logger
66
from procrastinate import cli as procrastinate_cli
77

8-
__version__ = "5.0.0-rc7"
8+
__version__ = "5.0.0"
99

1010
configure_logging()
1111

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ingestors"
3-
version = "5.0.0-rc7"
3+
version = "5.0.0"
44
description = "Ingestors extract the contents of mixed unstructured documents into structured (followthemoney) data. "
55
authors = [
66
{ name = "Friedrich Lindenberg", email = "friedrich@pudo.org" },

0 commit comments

Comments
Β (0)