From 7d3f65222dc3d6d486ce25322605f5d2971fd53a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 17 Nov 2024 22:53:43 +0000 Subject: [PATCH] chore: bumping version to 3.29.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 40ab4ecb..458f1769 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/Hyundai-Kia-Connect/hyundai_kia_connect_api", - version="3.29.0", + version="3.29.1", zip_safe=False, )