We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece0719 commit ea29129Copy full SHA for ea29129
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
6
name = "kernel_tuner"
7
packages = [{ include = "kernel_tuner", from = "." }]
8
description = "An easy to use CUDA/OpenCL kernel tuner in Python"
9
-version = "1.1.0" # adhere to PEP440 versioning: https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#id55
+version = "1.1.2" # adhere to PEP440 versioning: https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#id55
10
license = "Apache-2.0"
11
authors = [
12
"Ben van Werkhoven <b.vanwerkhoven@esciencecenter.nl>",
0 commit comments