From 5f63262813a97e9e7c564c9985a0d65a5cdd91f4 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 30 Mar 2024 00:03:57 +0000 Subject: [PATCH] chore: bumping version to 3.19.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 113bcfd1..1224efaf 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.18.0", + version="3.19.0", zip_safe=False, )