Skip to content

Commit 98df27d

Browse files
committed
πŸ”– Bump version: 3.23.0 β†’ 3.23.1
1 parent c76b895 commit 98df27d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

β€Ž.bumpversion.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[bumpversion]
2-
current_version = 3.23.0
2+
current_version = 3.23.1
33
tag_name = {new_version}
44
commit = True
55
tag = True
66
message = πŸ”– Bump version: {current_version} β†’ {new_version}
77
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)([-](?P<release>(pre|rc))(?P<build>\d+))?
8-
serialize =
8+
serialize =
99
{major}.{minor}.{patch}-{release}{build}
1010
{major}.{minor}.{patch}
1111

1212
[bumpversion:part:release]
1313
optional_value = prod
1414
first_value = prod
15-
values =
15+
values =
1616
rc
1717
prod
1818

β€ŽVERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.23.0
1+
3.23.1

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