From 7aaf819bbc4747fcf20d694e1d21412668198fea Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 21 Nov 2014 16:32:16 +0100 Subject: set version to 0.3 --- 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 d1d7d97..752f97b 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.2' +version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.2' +release = '0.3' # 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 7003f76..32944a5 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ with open("README") as fp: install_options = { "name": "aiogreen", - "version": "0.2", + "version": "0.3", "license": "Apache License 2.0", "author": 'Victor Stinner', "author_email": 'victor.stinner@gmail.com', -- cgit v1.2.1