Skip to content

Commit 64471d9

Browse files
authored
Update version (#86)
1 parent 6e66c5b commit 64471d9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

ChangeLog.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Release 0.7.0 - 2020/02/26
2+
--------------------------
3+
4+
- Python 3.7 and 3.8 are supported (#85)
5+
- cuDNN v7.5.1, 7.6.0, 7.6.1, 7.6.2 ,7.6.3, 7.6.4 and 7.6.5 are supported (#80, #81, #82, #83, #84 thank you @gwtnb and @bonprosoft)
6+
7+
18
Release 0.6.6 - 2019/03/03
29
--------------------------
310

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.6'
13+
__version__ = '0.7.0'
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.6',
8+
version='0.7.0',
99
description='cudnn environment manager',
1010
long_description=open('README.rst').read(),
1111
author='Yuya Unno',

0 commit comments

Comments
 (0)