Skip to content

Commit d0c0f0d

Browse files
authored
Merge pull request #73 from aliceinwire/dev_release
pyproject: Update release to v0.1.1.dev1
2 parents 28de536 + ce38106 commit d0c0f0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kcidev/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
@click.group(
1818
help="Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI."
1919
)
20-
@click.version_option("0.1.0", prog_name="kci-dev")
20+
@click.version_option("0.1.1.dev1", prog_name="kci-dev")
2121
@click.option(
2222
"--settings",
2323
default=".kci-dev.toml",

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "kci-dev"
3-
version = "0.1.0"
3+
version = "0.1.1.dev1"
44
description = "Stand alone tool for Linux Kernel developers and maintainers that can test local Linux Kernel changes on a enabled KernelCI server"
55
authors = ["Arisu Tachibana <[email protected]>"]
66
license = "LGPL-2.1-or-later"

0 commit comments

Comments
 (0)