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 ca54e5a commit 2f207acCopy full SHA for 2f207ac
doc/source/conf.py
@@ -59,9 +59,9 @@
59
# built documents.
60
#
61
# The short X.Y version.
62
-version = u'0.1.5'
+version = u'0.1.6'
63
# The full version, including alpha/beta/rc tags.
64
-release = u'0.1.5'
+release = u'0.1.6'
65
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
# for a list of supported languages.
setup.py
@@ -14,7 +14,7 @@ def required():
14
15
setup(
16
name = "kernel_tuner",
17
- version = "0.1.5",
+ version = "0.1.6",
18
author = "Ben van Werkhoven",
19
author_email = "b.vanwerkhoven@esciencecenter.nl",
20
description = ("A simple CUDA/OpenCL kernel tuner in Python"),
0 commit comments