Skip to content

Commit

Permalink
Merge pull request #73 from aliceinwire/dev_release
Browse files Browse the repository at this point in the history
pyproject: Update release to v0.1.1.dev1
  • Loading branch information
aliceinwire authored Dec 26, 2024
2 parents 28de536 + ce38106 commit d0c0f0d
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.0", prog_name="kci-dev")
@click.version_option("0.1.1.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.0"
version = "0.1.1.dev1"
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 d0c0f0d

Please sign in to comment.