From 371de4f01fd86d13faae1c11ed946017b0280e76 Mon Sep 17 00:00:00 2001 From: Yusuke Niitani Date: Fri, 6 Oct 2017 14:11:35 +0900 Subject: [PATCH] update v0.7.0 --- docs/source/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 8443ea7178..981221877d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -71,9 +71,9 @@ # built documents. # # The short X.Y version. -version = u'0.6.0' +version = u'0.7.0' # The full version, including alpha/beta/rc tags. -release = u'0.6.0' +release = u'0.7.0' # 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 97ce6a52dd..9a0ef04c61 100644 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ def build_extensions(self): setup( name='chainercv', - version='0.6.0', + version='0.7.0', packages=find_packages(), author='Yusuke Niitani', author_email='yuyuniitani@gmail.com',