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

Commit 430971f

Browse files
committed
update to v0.12
1 parent a029d2f commit 430971f

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.11.0'
86+
version = u'0.12.0'
8787
# The full version, including alpha/beta/rc tags.
88-
release = u'0.11.0'
88+
release = u'0.12.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.11.0',
107+
version='0.12.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)