set version to 0.1+
This commit is contained in:
2
setup.py
2
setup.py
@@ -39,7 +39,7 @@ with open("README") as fp:
|
|||||||
|
|
||||||
install_options = {
|
install_options = {
|
||||||
"name": "aiogreen",
|
"name": "aiogreen",
|
||||||
"version": "0.1",
|
"version": "0.1+",
|
||||||
"license": "Apache License 2.0",
|
"license": "Apache License 2.0",
|
||||||
"author": 'Victor Stinner',
|
"author": 'Victor Stinner',
|
||||||
"author_email": 'victor.stinner@gmail.com',
|
"author_email": 'victor.stinner@gmail.com',
|
||||||
|
|||||||
Reference in New Issue
Block a user