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