fix version
This commit is contained in:
parent
a561a510a4
commit
258f729428
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ with codecs.open('requirements.txt', 'r', 'utf8') as reader:
|
||||
install_requires = list(map(lambda x: x.strip(), reader.readlines()))
|
||||
|
||||
setup(name=NAME,
|
||||
version='0.1.6',
|
||||
version='0.1.7',
|
||||
description=DESCRIPTION,
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
|
Loading…
Reference in New Issue
Block a user