Commit 61936085 by Vik Paruchuri

Bump version number

parent 0ba70fe2
...@@ -5,7 +5,7 @@ with open('requirements.txt') as f: ...@@ -5,7 +5,7 @@ with open('requirements.txt') as f:
setup( setup(
name = "ease", name = "ease",
version = "0.1", version = "0.1.1",
packages=['ease', 'ease.external_code', 'ease.data', 'ease.data.nltk_data'], packages=['ease', 'ease.external_code', 'ease.data', 'ease.data.nltk_data'],
package_data = { package_data = {
'': ['*.txt', '*.rst', '*.p', '*.zip'], '': ['*.txt', '*.rst', '*.p', '*.zip'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment