Skip to content

Commit

Permalink
Merge pull request #90 from aliceinwire/dev_release
Browse files Browse the repository at this point in the history
pyproject: Update development release to v0.1.2.dev1
  • Loading branch information
aliceinwire authored Jan 20, 2025
2 parents 23a5aaf + 928559e commit 3fb51c6
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.1", prog_name="kci-dev")
@click.version_option("0.1.2.dev1", 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"
version = "0.1.2.dev1"
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 3fb51c6

Please sign in to comment.