Chainer version 2 is planned to be released in Apr 2017.
Pre-release version is already available, install by this command
$ pip install chainer --pre $ pip install cupy
The biggest change is that cupy (Roughly, it is GPU version of numpy) becomes independent, and provided separately.
Reference