Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sagorbrur authored Dec 14, 2019
1 parent 00cfadf commit 4dddab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name="bnlp_toolkit",
version="1.1.0",
version="1.2.0",
author="Sagor Sarker",
author_email="sagorhem3532@gmail.com",
description="BNLP is a natural language processing toolkit for Bengali Language",
Expand All @@ -18,7 +18,7 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.6',
python_requires='>=3.5',
install_requires=[
"sentencepiece",
"gensim",
Expand Down

0 comments on commit 4dddab6

Please sign in to comment.