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 d22bdc9 commit 0e009fdCopy full SHA for 0e009fd
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.0.0b1" # adhere to PEP440 versioning: https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#id55
+version = "1.0.0b2" # 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