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 #328 from yuyu2172/update-0.6.0
Browse files Browse the repository at this point in the history
Update version to 0.6.0
  • Loading branch information
Hakuyume authored Jul 13, 2017
2 parents c2f39d5 + 9363f38 commit e45da96
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ These are the outputs of the detection models supported by ChainerCV.

# Installation

```
```bash
$ pip install chainercv
```

Expand All @@ -35,8 +35,8 @@ For additional features

Environments under Python 2.7.12 and 3.6.0 are tested.

The HEAD of the master branch is developed for Chainer v2.
For users using Chainer v1, please use version 0.4.11, which can be installed by `pip install chainercv==0.4.11`.
+ The master branch will work on both the stable version (v2) and the development version (v3).
+ For users using Chainer v1, please use version `0.4.11`, which can be installed by `pip install chainercv==0.4.11`. This branch is unmaintained.


# Features
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.5.1'
version = u'0.6.0'
# The full version, including alpha/beta/rc tags.
release = u'0.5.1'
release = u'0.6.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def build_extensions(self):

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

0 comments on commit e45da96

Please sign in to comment.