Skip to content

Commit

Permalink
Bump version: 0.0.4 → 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed May 20, 2021
1 parent 3a29cb1 commit 963797c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ BibTeX entry:
title = {{Entity Embed}: Scalable Entity Resolution using Approximate Nearest Neighbors.},
author = {Juvenal, Flávio and Vieira, Renato},
url = {https://github.com/vintasoftware/entity-embed},
version = {0.0.4},
version = {0.0.5},
date = {2021-04-20},
year = {2021}
}
Expand Down
2 changes: 1 addition & 1 deletion entity_embed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__author__ = "Flávio Juvenal (Vinta Software)"
__email__ = "flavio@vinta.com.br"
__version__ = "0.0.4"
__version__ = "0.0.5"

# Good practice: https://docs.python-guide.org/writing/logging/#logging-in-a-library
logging.getLogger(__name__).addHandler(logging.NullHandler())
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.4
current_version = 0.0.5
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
name="entity-embed",
packages=find_packages(include=["entity_embed", "entity_embed.*"]),
url="https://github.com/vintasoftware/entity-embed",
version="0.0.4",
version="0.0.5",
zip_safe=False,
)

0 comments on commit 963797c

Please sign in to comment.