We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd4b29f + cc6f6cb commit bd29e42Copy full SHA for bd29e42
kcidev/main.py
@@ -22,7 +22,7 @@
22
@click.group(
23
help="Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI."
24
)
25
-@click.version_option("0.1.3.dev1", prog_name="kci-dev")
+@click.version_option("0.1.3", prog_name="kci-dev")
26
@click.option(
27
"--settings",
28
default=".kci-dev.toml",
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "kci-dev"
3
-version = "0.1.3.dev1"
+version = "0.1.3"
4
description = "Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI"
5
authors = ["Arisu Tachibana <arisu.tachibana@miraclelinux.com>"]
6
license = "LGPL-2.1-or-later"
0 commit comments