From 6b1310929f6416dec7d88796c7cb343fd63d3afa Mon Sep 17 00:00:00 2001 From: vunhat_minh Date: Fri, 22 Aug 2014 13:30:33 +0900 Subject: [PATCH] bumped version --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 91b9a2a..5ed636e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2014, Vu Nhat Minh' # built documents. # # The short X.Y version. -version = '0.8.0' +version = '0.8.1' # The full version, including alpha/beta/rc tags. -release = '0.8.0' +release = '0.8.1' # 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 77c7de5..55854d7 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os import os.path # Bumped version -version = '0.8.0' +version = '0.8.1' # Require install_requires = [ -- 2.25.1