From f0601c2bf8ca8c6cd4daff9ace139a5fb3b6a1e0 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 3 Dec 2014 00:57:18 +0100 Subject: set version to 0.5 --- doc/conf.py | 4 ++-- setup.py | 2 +- 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', -- cgit v1.2.1