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 27f3731 commit e89ae72Copy full SHA for e89ae72
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
5
[project]
6
name = "kernel_tuner"
7
description = "An easy to use CUDA/OpenCL kernel tuner in Python"
8
-version = "1.1.0" # adhere to PEP440 versioning: https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#id55
+version = "1.2.0" # adhere to PEP440 versioning: https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#id55
9
readme = "README.md"
10
license = "Apache-2.0"
11
authors = [
0 commit comments