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

Commit dcce9fc

Browse files
authored
Merge pull request #891 from yuyu2172/v0.13.1
update to v0.13.1
2 parents 0942bd8 + 5f7bd55 commit dcce9fc

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.13.0'
86+
version = u'0.13.1'
8787
# The full version, including alpha/beta/rc tags.
88-
release = u'0.13.0'
88+
release = u'0.13.1'
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.13.0',
107+
version='0.13.1',
108108
packages=find_packages(),
109109
author='Yusuke Niitani, Toru Ogawa',
110110
author_email='niitani@preferred.jp, ogawa@preferred.jp',

0 commit comments

Comments
 (0)