We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d3d3c commit 3217fbbCopy full SHA for 3217fbb
3 files changed
disamby/__init__.py
@@ -4,6 +4,6 @@
4
5
__author__ = """Luca Verginer"""
6
__email__ = 'luca@verginer.eu'
7
-__version__ = '0.2.3'
+__version__ = '0.2.4'
8
9
from .core import Disamby
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.3
+current_version = 0.2.4
3
commit = True
tag = True
setup.py
@@ -29,7 +29,7 @@
29
30
setup(
31
name='disamby',
32
- version='0.2.3',
+ version='0.2.4',
33
description="Python package to carry out entity disambiguation based on "
34
"string matching",
35
long_description=readme + '\n\n' + history,
0 commit comments