From 6544cead59f7cb1f370f79817001e8a83e94ea51 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 28 Oct 2024 19:15:02 +0000 Subject: [PATCH] chore: bumping version to 3.23.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 71f8173e..c0c66f87 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/fuatakgun/hyundai_kia_connect_api", - version="3.23.8", + version="3.23.9", zip_safe=False, )