We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54fad7c commit 6f9f54fCopy full SHA for 6f9f54f
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.3.0" # adhere to PEP440 versioning: https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#id55
+version = "1.3.1" # 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