summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-12-03 00:57:18 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-12-03 00:57:18 +0100
commitf0601c2bf8ca8c6cd4daff9ace139a5fb3b6a1e0 (patch)
tree874b5a9e7e93e99ea7bb70ef190d0110421356e9
parented4db71cf92660c6630c517c0b53090627c95f40 (diff)
downloadaioeventlet-f0601c2bf8ca8c6cd4daff9ace139a5fb3b6a1e0.tar.gz
set version to 0.5
-rw-r--r--doc/conf.py4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py
index dd0aa06..7e1d91c 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -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.
diff --git a/setup.py b/setup.py
index ca98f10..8c4b358 100644
--- a/setup.py
+++ b/setup.py
@@ -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',