Skip to content

Commit a7e3601

Browse files
authored
Merge pull request #104 from aliceinwire/dev_release
pyproject: Update development release to v0.1.3.dev1
2 parents a8286db + bde23f5 commit a7e3601

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
@@ -19,7 +19,7 @@
1919
@click.group(
2020
help="Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI."
2121
)
22-
@click.version_option("0.1.2", prog_name="kci-dev")
22+
@click.version_option("0.1.3.dev1", prog_name="kci-dev")
2323
@click.option(
2424
"--settings",
2525
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.2"
3+
version = "0.1.3.dev1"
44
description = "Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI"
55
authors = ["Arisu Tachibana <[email protected]>"]
66
license = "LGPL-2.1-or-later"

0 commit comments

Comments
 (0)