Skip to content

Commit 98e322f

Browse files
committed
Bump version: 3.10.3 → 3.10.4
1 parent c40d1fe commit 98e322f

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

nomenklatura/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from nomenklatura.store import Store, View
55
from nomenklatura.index import Index
66

7-
__version__ = "3.10.3"
7+
__version__ = "3.10.4"
88
__all__ = [
99
"Dataset",
1010
"CompositeEntity",

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="nomenklatura",
9-
version="3.10.3",
9+
version="3.10.4",
1010
description="Make record linkages in followthemoney data.",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)