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 0db10f6 commit a67a104Copy full SHA for a67a104
doc/source/conf.py
@@ -59,9 +59,9 @@
59
# built documents.
60
#
61
# The short X.Y version.
62
-version = u'0.4.1'
+version = u'0.4.2'
63
# The full version, including alpha/beta/rc tags.
64
-release = u'0.4.1'
+release = u'0.4.2'
65
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
# for a list of supported languages.
setup.py
@@ -8,7 +8,7 @@ def readme():
8
9
setup(
10
name="kernel_tuner",
11
- version="0.4.1",
+ version="0.4.2",
12
author="Ben van Werkhoven",
13
author_email="[email protected]",
14
description=("An easy to use CUDA/OpenCL kernel tuner in Python"),
0 commit comments