We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40d1fe commit 98e322fCopy full SHA for 98e322f
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.10.3
+current_version = 3.10.4
3
tag_name = {new_version}
4
commit = True
5
tag = True
nomenklatura/__init__.py
@@ -4,7 +4,7 @@
from nomenklatura.store import Store, View
from nomenklatura.index import Index
6
7
-__version__ = "3.10.3"
+__version__ = "3.10.4"
8
__all__ = [
9
"Dataset",
10
"CompositeEntity",
setup.py
@@ -6,7 +6,7 @@
setup(
name="nomenklatura",
- version="3.10.3",
+ version="3.10.4",
description="Make record linkages in followthemoney data.",
11
long_description=long_description,
12
long_description_content_type="text/markdown",
0 commit comments