We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39b20a commit 6ecb4b4Copy full SHA for 6ecb4b4
doc/source/conf.py
@@ -59,9 +59,9 @@
59
# built documents.
60
#
61
# The short X.Y version.
62
-version = u'0.1.9'
+version = u'0.2.0'
63
# The full version, including alpha/beta/rc tags.
64
-release = u'0.1.9'
+release = u'0.2.0'
65
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
# for a list of supported languages.
setup.py
@@ -9,7 +9,7 @@ def readme():
9
10
setup(
11
name="kernel_tuner",
12
- version="0.1.9",
+ version="0.2.0",
13
author="Ben van Werkhoven",
14
author_email="b.vanwerkhoven@esciencecenter.nl",
15
description=("A simple CUDA/OpenCL kernel tuner in Python"),
0 commit comments