We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7fb5f1 commit 5b16dc7Copy full SHA for 5b16dc7
ChangeLog.rst
@@ -1,3 +1,9 @@
1
+Release 0.6.4 - 2018/08/19
2
+--------------------------
3
+
4
+- cuDNN v7.2.1 is supported (#71)
5
6
7
Release 0.6.3 - 2018/06/02
8
--------------------------
9
cudnnenv/__init__.py
@@ -10,7 +10,7 @@
10
import sys
11
import tempfile
12
13
-__version__ = '0.6.3'
+__version__ = '0.6.4'
14
15
16
if int(platform.python_version_tuple()[0]) >= 3:
setup.py
@@ -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',
0 commit comments