Skip to content

Commit

Permalink
Bump version: 0.5.1-dev0 → 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloq committed May 17, 2021
1 parent 6802d56 commit 31af0c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.5.1-dev0
current_version = 0.5.1
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/erre-quadro/spikex",
version="0.5.1-dev0",
version="0.5.1",
zip_safe=False,
entry_points = {
'console_scripts': ['spikex=spikex.__main__:main'],
Expand Down
2 changes: 1 addition & 1 deletion spikex/_about.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
__license__ = "Apache Software License 2.0"
__summary__ = "SPIKEX - SpaCy Pipes for Knowledge Extraction"
__title__ = "spikex"
__version__ = "0.5.1-dev0"
__version__ = "0.5.1"

0 comments on commit 31af0c9

Please sign in to comment.