Skip to content

Commit bd29e42

Browse files
authored
Merge pull request #116 from aliceinwire/release
pyproject: Update release to v0.1.3
2 parents bd4b29f + cc6f6cb commit bd29e42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kcidev/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
@click.group(
2323
help="Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI."
2424
)
25-
@click.version_option("0.1.3.dev1", prog_name="kci-dev")
25+
@click.version_option("0.1.3", prog_name="kci-dev")
2626
@click.option(
2727
"--settings",
2828
default=".kci-dev.toml",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "kci-dev"
3-
version = "0.1.3.dev1"
3+
version = "0.1.3"
44
description = "Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI"
55
authors = ["Arisu Tachibana <arisu.tachibana@miraclelinux.com>"]
66
license = "LGPL-2.1-or-later"

0 commit comments

Comments
 (0)