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

Commit

Permalink
Merge pull request #500 from yuyu2172/update-0.8
Browse files Browse the repository at this point in the history
Update to v0.8.0
  • Loading branch information
Hakuyume authored Dec 20, 2017
2 parents c68e67d + 0e5d627 commit 7c0fb14
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
chainer>=2.0
chainer>=3.2
Cython
matplotlib
numpy
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.7.0'
version = u'0.8.0'
# The full version, including alpha/beta/rc tags.
release = u'0.7.0'
release = u'0.8.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup_requires = ['numpy']
install_requires = [
'chainer>=2.0',
'chainer>=3.2',
'Pillow'
]

Expand Down Expand Up @@ -78,7 +78,7 @@ def build_extensions(self):

setup(
name='chainercv',
version='0.7.0',
version='0.8.0',
packages=find_packages(),
author='Yusuke Niitani',
author_email='[email protected]',
Expand Down

0 comments on commit 7c0fb14

Please sign in to comment.