Skip to content

Commit d5ce87c

Browse files
committed
Bump version: 0.0.5 → 0.0.6
1 parent 0a6b78a commit d5ce87c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ 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.5},
107-
date = {2021-04-20},
106+
version = {0.0.6},
107+
date = {2021-07-16},
108108
year = {2021}
109109
}
110110
```

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.5"
15+
__version__ = "0.0.6"
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.5
2+
current_version = 0.0.6
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.5",
50+
version="0.0.6",
5151
zip_safe=False,
5252
)

0 commit comments

Comments
 (0)