Skip to content

Commit 1d50033

Browse files
committed
Bump version: 4.0.1-rc1 → 4.0.1
1 parent 2f46982 commit 1d50033

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 = 4.0.1-rc1
2+
current_version = 4.0.1
33
tag_name = {new_version}
44
commit = True
55
tag = True

ingestors/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import logging
44

5-
__version__ = "4.0.1-rc1"
5+
__version__ = "4.0.1"
66

77
logging.getLogger("chardet").setLevel(logging.INFO)
88
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="4.0.1-rc1",
8+
version="4.0.1",
99
author="Organized Crime and Corruption Reporting Project",
1010
packages=find_packages(exclude=["tests"]),
1111
package_dir={"ingestors": "ingestors"},

0 commit comments

Comments
 (0)