Skip to content

Commit 91c2342

Browse files
committed
πŸ”– Bump version: 3.22.2 β†’ 3.23.0
1 parent 515414d commit 91c2342

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.22.2
2+
current_version = 3.23.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.22.2
1+
3.23.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.22.2"
5+
__version__ = "3.23.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.22.2"
3+
version = "3.23.0"
44
description = "Ingestors extract the contents of mixed unstructured documents into structured (followthemoney) data. "
55
authors = [
66
{ name = "Friedrich Lindenberg", email = "[email protected]" },

0 commit comments

Comments
Β (0)