Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrosss committed Mar 19, 2021
1 parent 71a9888 commit 49ed5be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.3.1
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rake-spacy"
version = "0.3.0"
version = "0.3.1"
description = "Extract keywords/keyphrases from text using the RAKE algorithm."
authors = [
"Andrew Ross <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion rake_spacy/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.3.1"
2 changes: 1 addition & 1 deletion tests/test_rake_spacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


def test_version():
assert rake_spacy.__version__ == "0.3.0"
assert rake_spacy.__version__ == "0.3.1"


def test_Rake_is_top_level_attribute():
Expand Down

0 comments on commit 49ed5be

Please sign in to comment.