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 10f11d9 + 13519b5 commit 59d146aCopy full SHA for 59d146a
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", prog_name="kci-dev")
+@click.version_option("0.1.4", 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"
+version = "0.1.4"
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