summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-21 16:32:16 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-21 16:32:16 +0100
commit7aaf819bbc4747fcf20d694e1d21412668198fea (patch)
tree01c84ea13bcf245496ec399e0d06f46579b471f3
parent9ff26101b8a1a1a766bcff040b1830ff52a27c74 (diff)
downloadaioeventlet-7aaf819bbc4747fcf20d694e1d21412668198fea.tar.gz
set version to 0.3
-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 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',