Skip to content

Commit

Permalink
Merge pull request #54 from unnonouno/0.6
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
unnonouno committed Aug 4, 2017
2 parents a90397f + 7d03b0a commit 73a196c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Rlease 0.6.0 - 2017/8/4
-----------------------

- cuDNN v7 is supported (#50)
- sha256sum format problem is solved (#48 thank you @rooa, #53)
- Improved code format (#51, #52)


Release 0.5.0 - 2017/4/30
-------------------------

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.5.0'
__version__ = '0.6.0'


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.5.0',
version='0.6.0',
description='cudnn environment manager',
long_description=open('README.rst').read(),
author='Yuya Unno',
Expand Down

0 comments on commit 73a196c

Please sign in to comment.