Skip to content

Commit

Permalink
pyproject: Update release to v0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Arisu Tachibana <[email protected]>
  • Loading branch information
aliceinwire committed Dec 31, 2024
1 parent 856a17c commit 4d01f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kcidev/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "LGPL-2.1-or-later"
Expand Down

0 comments on commit 4d01f34

Please sign in to comment.