Skip to content

Commit

Permalink
Bump version: 0.0.5 → 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed Jul 16, 2021
1 parent 0a6b78a commit d5ce87c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ 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.5},
date = {2021-04-20},
version = {0.0.6},
date = {2021-07-16},
year = {2021}
}
```
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.5"
__version__ = "0.0.6"

# 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.5
current_version = 0.0.6
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.5",
version="0.0.6",
zip_safe=False,
)

0 comments on commit d5ce87c

Please sign in to comment.