Skip to content
This repository was archived by the owner on Jul 2, 2021. It is now read-only.

Commit 35c2513

Browse files
authored
Merge pull request #883 from yuyu2172/v0.13-upgrade
version up to v0.13
2 parents 8876c76 + 1a22dbf commit 35c2513

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
# built documents.
8484
#
8585
# The short X.Y version.
86-
version = u'0.12.0'
86+
version = u'0.13.0'
8787
# The full version, including alpha/beta/rc tags.
88-
release = u'0.12.0'
88+
release = u'0.13.0'
8989

9090
# The language for content autogenerated by Sphinx. Refer to documentation
9191
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def __init__(self, *args, **kwargs):
104104

105105
setup(
106106
name='chainercv',
107-
version='0.12.0',
107+
version='0.13.0',
108108
packages=find_packages(),
109109
author='Yusuke Niitani, Toru Ogawa',
110110
author_email='niitani@preferred.jp, ogawa@preferred.jp',

0 commit comments

Comments
 (0)