Skip to content

Commit 963797c

Browse files
committed
Bump version: 0.0.4 → 0.0.5
1 parent 3a29cb1 commit 963797c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ BibTeX entry:
103103
title = {{Entity Embed}: Scalable Entity Resolution using Approximate Nearest Neighbors.},
104104
author = {Juvenal, Flávio and Vieira, Renato},
105105
url = {https://github.com/vintasoftware/entity-embed},
106-
version = {0.0.4},
106+
version = {0.0.5},
107107
date = {2021-04-20},
108108
year = {2021}
109109
}

entity_embed/__init__.py

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

1313
__author__ = "Flávio Juvenal (Vinta Software)"
1414
__email__ = "flavio@vinta.com.br"
15-
__version__ = "0.0.4"
15+
__version__ = "0.0.5"
1616

1717
# Good practice: https://docs.python-guide.org/writing/logging/#logging-in-a-library
1818
logging.getLogger(__name__).addHandler(logging.NullHandler())

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.0.4
2+
current_version = 0.0.5
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
name="entity-embed",
4848
packages=find_packages(include=["entity_embed", "entity_embed.*"]),
4949
url="https://github.com/vintasoftware/entity-embed",
50-
version="0.0.4",
50+
version="0.0.5",
5151
zip_safe=False,
5252
)

0 commit comments

Comments
 (0)