Skip to content

Commit

Permalink
pyproject: Update release to v0.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Arisu Tachibana <arisu.tachibana@miraclelinux.com>
  • Loading branch information
aliceinwire committed Jan 21, 2025
1 parent 3fb51c6 commit 7903c9f
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 @@ -19,7 +19,7 @@
@click.group(
help="Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI."
)
@click.version_option("0.1.2.dev1", prog_name="kci-dev")
@click.version_option("0.1.2", 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.2.dev1"
version = "0.1.2"
description = "Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI"
authors = ["Arisu Tachibana <arisu.tachibana@miraclelinux.com>"]
license = "LGPL-2.1-or-later"
Expand Down

0 comments on commit 7903c9f

Please sign in to comment.