Skip to content

Commit

Permalink
Merge pull request #1996 from pfnet/v1.19.0
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
gwtnb committed Dec 15, 2016
2 parents b7b4d3b + 7ecee41 commit 514a0eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Expand Up @@ -6,4 +6,4 @@ RUN apt-get update -y && \
python-pip && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

RUN pip install chainer==1.18.0
RUN pip install chainer==1.19.0
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@

setup(
name='chainer',
version='1.18.0',
version='1.19.0',
description='A flexible framework of neural networks',
author='Seiya Tokui',
author_email='tokui@preferred.jp',
Expand Down

0 comments on commit 514a0eb

Please sign in to comment.