Skip to content

Commit e9ef1db

Browse files
committed
πŸ”– Bump version: 3.23.1 β†’ 3.24.0
1 parent 4694bb0 commit e9ef1db

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 = 3.23.1
2+
current_version = 3.24.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-
3.23.1
1+
3.24.0

β€Žingestors/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import logging
44

5-
__version__ = "3.23.1"
5+
__version__ = "3.24.0"
66

77
logging.getLogger("chardet").setLevel(logging.INFO)
88
logging.getLogger("PIL").setLevel(logging.INFO)

β€Ž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 = "3.23.1"
3+
version = "3.24.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)