From ae6991d37612d91d8ac834e12033512440a6042e Mon Sep 17 00:00:00 2001 From: Orakaro Date: Thu, 31 Jul 2014 10:00:14 +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 7d6f76a..061ff74 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2014, Vu Nhat Minh' # built documents. # # The short X.Y version. -version = '0.5.8' +version = '0.5.9' # The full version, including alpha/beta/rc tags. -release = '0.5.8' +release = '0.5.9' # 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 8cf886f..64e50e0 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import os.path import sys # Bumped version -version = '0.5.8' +version = '0.5.9' # Require install_requires = [ -- 2.25.1