From 9fb17d1643d7151da9ee796cc1dd64fa8fbb2dc4 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Jun 2024 15:16:56 +0000 Subject: [PATCH] chore: bumping version to 3.20.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ea3eca8a..bca8a9aa 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.20.2", + version="3.20.3", zip_safe=False, )