Skip to content

Commit a457284

Browse files
authored
Merge pull request #79 from unnonouno/v0.6.6
Update version
2 parents d8de17b + b24ccba commit a457284

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+
Release 0.6.6 - 2019/03/03
2+
--------------------------
3+
4+
- cuDNN v7.4.1, v7.4.2 and v7.5.0 are supported (#76, #77, #78)
5+
6+
17
Release 0.6.5 - 2018/09/30
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.5'
13+
__version__ = '0.6.6'
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.5',
8+
version='0.6.6',
99
description='cudnn environment manager',
1010
long_description=open('README.rst').read(),
1111
author='Yuya Unno',

0 commit comments

Comments
 (0)