Skip to content

Commit 0fb53b7

Browse files
committed
Bump version: 3.20.2 → 3.20.3
1 parent 6c4d1d6 commit 0fb53b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.20.2
2+
current_version = 3.20.3
33
tag_name = {new_version}
44
commit = True
55
tag = True

ingestors/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Provides a set of ingestors based on different file types."""
22
import logging
33

4-
__version__ = "3.20.2"
4+
__version__ = "3.20.3"
55

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="ingest",
8-
version="3.20.2",
8+
version="3.20.3",
99
author="Organized Crime and Corruption Reporting Project",
1010
packages=find_packages(exclude=["tests"]),
1111
package_dir={"ingestors": "ingestors"},

0 commit comments

Comments
 (0)