We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 856a17c + 4d01f34 commit 4e680cbCopy full SHA for 4e680cb
kcidev/main.py
@@ -17,7 +17,7 @@
17
@click.group(
18
help="Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI."
19
)
20
-@click.version_option("0.1.1.dev1", prog_name="kci-dev")
+@click.version_option("0.1.1", prog_name="kci-dev")
21
@click.option(
22
"--settings",
23
default=".kci-dev.toml",
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "kci-dev"
3
-version = "0.1.1.dev1"
+version = "0.1.1"
4
description = "Stand alone tool for Linux Kernel developers and maintainers that can test local Linux Kernel changes on a enabled KernelCI server"
5
authors = ["Arisu Tachibana <arisu.tachibana@miraclelinux.com>"]
6
license = "LGPL-2.1-or-later"
0 commit comments