set version to 0.1+

This commit is contained in:
Victor Stinner
2014-11-19 14:59:10 +01:00
parent 05e5e993c4
commit d5bc782ce8

View File

@@ -39,7 +39,7 @@ with open("README") as fp:
install_options = {
"name": "aiogreen",
"version": "0.1",
"version": "0.1+",
"license": "Apache License 2.0",
"author": 'Victor Stinner',
"author_email": 'victor.stinner@gmail.com',