Skip to content

Commit a83c9d5

Browse files
committed
Bump version: 0.2.2 → 0.2.3
1 parent a7e3c6a commit a83c9d5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

disamby/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
__author__ = """Luca Verginer"""
66
__email__ = 'luca@verginer.eu'
7-
__version__ = '0.2.2'
7+
__version__ = '0.2.3'
88

99
from .core import Disamby

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.2
2+
current_version = 0.2.3
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
setup(
3131
name='disamby',
32-
version='0.2.2',
32+
version='0.2.3',
3333
description="Python package to carry out entity disambiguation based on "
3434
"string matching",
3535
long_description=readme + '\n\n' + history,

0 commit comments

Comments
 (0)