diff --git a/setup.py b/setup.py index bc9c7cd0..4e050ec6 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.19.1", + version="3.19.2", zip_safe=False, )