Skip to content

Commit 096e352

Browse files
authored
Merge pull request #57 from unnonouno/0.6.1
Update version
2 parents aa5c825 + 504ea9b commit 096e352

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

ChangeLog.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Rlease 0.6.1 - 2017/10/29
2+
-------------------------
3+
4+
- cuDNN v7.0.3 and v7.0.2 are supported (#56)
5+
6+
17
Rlease 0.6.0 - 2017/8/4
28
-----------------------
39

cudnnenv/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import sys
1111
import tempfile
1212

13-
__version__ = '0.6.0'
13+
__version__ = '0.6.1'
1414

1515

1616
if int(platform.python_version_tuple()[0]) >= 3:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='cudnnenv',
8-
version='0.6.0',
8+
version='0.6.1',
99
description='cudnn environment manager',
1010
long_description=open('README.rst').read(),
1111
author='Yuya Unno',

0 commit comments

Comments
 (0)