Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Surkal committed Oct 12, 2020
1 parent b521985 commit 20a257d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="wiktionnaireparser", # Replace with your own username
version="0.0.4",
version="0.0.5",
author="Surkal",
description="A library for parsing the french wiktionnary",
long_description=long_description,
Expand All @@ -22,6 +22,7 @@
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Topic :: Text Processing",
"Natural Language :: English",
"Natural Language :: French",
],
python_requires='>=3.6',
install_requires=install_requires,
Expand Down

0 comments on commit 20a257d

Please sign in to comment.