We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8286db + bde23f5 commit a7e3601Copy full SHA for a7e3601
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", prog_name="kci-dev")
+@click.version_option("0.1.3.dev1", 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"
+version = "0.1.3.dev1"
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