Skip to content

Commit

Permalink
Merge pull request #72 from unnonouno/v0.6.4
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
unnonouno authored Aug 19, 2018
2 parents d7fb5f1 + 5b16dc7 commit c9cbe2f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Release 0.6.4 - 2018/08/19
--------------------------

- cuDNN v7.2.1 is supported (#71)


Release 0.6.3 - 2018/06/02
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion cudnnenv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import sys
import tempfile

__version__ = '0.6.3'
__version__ = '0.6.4'


if int(platform.python_version_tuple()[0]) >= 3:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='cudnnenv',
version='0.6.3',
version='0.6.4',
description='cudnn environment manager',
long_description=open('README.rst').read(),
author='Yuya Unno',
Expand Down

0 comments on commit c9cbe2f

Please sign in to comment.