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 7797dbc commit b3eb24aCopy full SHA for b3eb24a
doc/source/conf.py
@@ -59,9 +59,9 @@
59
# built documents.
60
#
61
# The short X.Y version.
62
-version = u'0.4.4'
+version = u'0.4.5'
63
# The full version, including alpha/beta/rc tags.
64
-release = u'0.4.4'
+release = u'0.4.5'
65
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
# for a list of supported languages.
kernel_tuner/__init__.py
@@ -1,4 +1,4 @@
1
from kernel_tuner.integration import store_results, create_device_targets
2
from kernel_tuner.interface import tune_kernel, run_kernel
3
4
-__version__ = "0.4.4"
+__version__ = "0.4.5"
0 commit comments