Skip to content
Snippets Groups Projects
Unverified Commit acaf477b authored by Neta Zmora's avatar Neta Zmora Committed by GitHub
Browse files

setup.py - correct distiller version

Fix copy-paste mistake
parent 118d7566
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ with open('requirements.txt','r') as req_file:
install_reqs = [line.strip() for line in req_file.readlines()]
setup(name='distiller',
version='0.3.0-pre',
version='0.4.0-pre',
packages=packages,
install_requires=install_reqs
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment