Skip to content

Commit 22562c5

Browse files
committed
Release 4.3.0
Signed-off-by: Adam Williamson <awilliam@redhat.com>
1 parent 8fedeb2 commit 22562c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openqa_client"
3-
version = "4.2.3"
3+
version = "4.3.0"
44
authors = [
55
{ name="Adam Williamson", email="awilliam@redhat.com" },
66
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name="openqa_client",
29-
version="4.2.3",
29+
version="4.3.0",
3030
description="Python client library for openQA API",
3131
author="Adam Williamson",
3232
author_email="awilliam@redhat.com",

src/openqa_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
"""Python client library for openQA."""
1919

20-
__version__ = "4.2.3"
20+
__version__ = "4.3.0"

0 commit comments

Comments
 (0)