This commit is contained in:
Giovanni Campagna 2020-04-03 10:28:04 -07:00
parent 484d4904cf
commit 68f46d7568
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
0.2.0
=====
* No changes since 0.2.0b2.
Please see the development releases below for the full list of features in this release.
0.2.0b2
=======

View File

@ -34,7 +34,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name='genienlp',
version='0.2.0b2',
version='0.2.0',
packages=setuptools.find_packages(exclude=['tests']),
entry_points= {