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.
2 parents c307190 + 7903c9f commit 308f117Copy full SHA for 308f117
kcidev/main.py
@@ -19,7 +19,7 @@
19
@click.group(
20
help="Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI."
21
)
22
-@click.version_option("0.1.2.dev1", prog_name="kci-dev")
+@click.version_option("0.1.2", prog_name="kci-dev")
23
@click.option(
24
"--settings",
25
default=".kci-dev.toml",
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "kci-dev"
3
-version = "0.1.2.dev1"
+version = "0.1.2"
4
description = "Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI"
5
authors = ["Arisu Tachibana <[email protected]>"]
6
license = "LGPL-2.1-or-later"
0 commit comments