From 1a22dbfa29933ed72da61a250c1ba9f84584bcc7 Mon Sep 17 00:00:00 2001 From: Yusuke Niitani Date: Fri, 31 May 2019 17:17:35 +0900 Subject: [PATCH] version up to v0.13 --- 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 2a8933bcb6..c1624e1000 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -83,9 +83,9 @@ # built documents. # # The short X.Y version. -version = u'0.12.0' +version = u'0.13.0' # The full version, including alpha/beta/rc tags. -release = u'0.12.0' +release = u'0.13.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 9b7993a784..c90cc08e4d 100644 --- a/setup.py +++ b/setup.py @@ -104,7 +104,7 @@ def __init__(self, *args, **kwargs): setup( name='chainercv', - version='0.12.0', + version='0.13.0', packages=find_packages(), author='Yusuke Niitani, Toru Ogawa', author_email='niitani@preferred.jp, ogawa@preferred.jp',