Skip to content

Commit

Permalink
Bump version: 3.16.4 → 3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed Nov 3, 2022
1 parent d9a5391 commit bc7d625
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.16.4
current_version = 3.17.0
tag_name = {new_version}
commit = True
tag = True
Expand All @@ -9,3 +9,4 @@ tag = True
[bumpversion:file:ingestors/__init__.py]

[bumpversion:file:convert/setup.py]

2 changes: 1 addition & 1 deletion convert/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="convert",
version="3.16.4",
version="3.17.0",
packages=find_packages(exclude=[]),
install_requires=[],
)
2 changes: 1 addition & 1 deletion ingestors/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Provides a set of ingestors based on different file types."""
import logging

__version__ = "3.16.4"
__version__ = "3.17.0"

logging.getLogger("chardet").setLevel(logging.INFO)
logging.getLogger("PIL").setLevel(logging.INFO)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="ingest",
version="3.16.4",
version="3.17.0",
author="Organized Crime and Corruption Reporting Project",
packages=find_packages(exclude=["tests"]),
package_dir={"ingestors": "ingestors"},
Expand Down

0 comments on commit bc7d625

Please sign in to comment.