From f146feea63ab4fdaba054a9ee4da13fff052bfe0 Mon Sep 17 00:00:00 2001 From: Orakaro Date: Fri, 15 Aug 2014 01:07:08 +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 6bd0014..a6b2510 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.7.4' +version = '0.7.5' # The full version, including alpha/beta/rc tags. -release = '0.7.4' +release = '0.7.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 b81a321..90653fd 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os import os.path # Bumped version -version = '0.7.4' +version = '0.7.5' # Require install_requires = [ -- 2.25.1