Skip to content

Commit

Permalink
Bump version to release changes for managing cython deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
tiriplicamihai authored and ojwb committed Jul 14, 2020
1 parent 2038674 commit 1274ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
""".strip()

version_str = '2.0.0'
version_str = '2.0.1'


class LibrarySourceCode:
Expand Down
2 changes: 1 addition & 1 deletion src/Stemmer.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def version():
individual stemming algorithm).
"""
return '2.0.0'
return '2.0.1'

cdef class Stemmer:
"""An instance of a stemming algorithm.
Expand Down

0 comments on commit 1274ab1

Please sign in to comment.