set version to 0.5

This commit is contained in:
Victor Stinner
2014-12-03 00:57:18 +01:00
parent 70fa952683
commit fa516d03c7
2 changed files with 3 additions and 3 deletions

View File

@@ -51,9 +51,9 @@ copyright = u'2014, Victor Stinner'
# built documents.
#
# The short X.Y version.
version = '0.4'
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.4'
release = '0.5'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

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