diff --git a/kcidev/main.py b/kcidev/main.py index 30b4440..98e796a 100755 --- a/kcidev/main.py +++ b/kcidev/main.py @@ -17,7 +17,7 @@ @click.group( help="Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI." ) -@click.version_option("0.1.1.dev1", prog_name="kci-dev") +@click.version_option("0.1.1", prog_name="kci-dev") @click.option( "--settings", default=".kci-dev.toml", diff --git a/pyproject.toml b/pyproject.toml index d16b212..089e5f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kci-dev" -version = "0.1.1.dev1" +version = "0.1.1" description = "Stand alone tool for Linux Kernel developers and maintainers that can test local Linux Kernel changes on a enabled KernelCI server" authors = ["Arisu Tachibana "] license = "LGPL-2.1-or-later"