We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4d1d6 commit 0fb53b7Copy full SHA for 0fb53b7
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.20.2
+current_version = 3.20.3
3
tag_name = {new_version}
4
commit = True
5
tag = True
ingestors/__init__.py
@@ -1,7 +1,7 @@
"""Provides a set of ingestors based on different file types."""
import logging
-__version__ = "3.20.2"
+__version__ = "3.20.3"
6
logging.getLogger("chardet").setLevel(logging.INFO)
7
logging.getLogger("PIL").setLevel(logging.INFO)
setup.py
@@ -5,7 +5,7 @@
setup(
name="ingest",
8
- version="3.20.2",
+ version="3.20.3",
9
author="Organized Crime and Corruption Reporting Project",
10
packages=find_packages(exclude=["tests"]),
11
package_dir={"ingestors": "ingestors"},
0 commit comments