From 54a40a471aa7a3f0aaa799534d0e4225b6e20693 Mon Sep 17 00:00:00 2001 From: Pier-Yves Lessard Date: Mon, 22 Jan 2024 21:34:23 -0500 Subject: [PATCH] v1.21.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index db0365c..9100524 100755 --- a/setup.py +++ b/setup.py @@ -13,14 +13,14 @@ package_data={ '': ['*.conf'], }, - version='1.21.1', + version='1.21.2', description='Implementation of the Unified Diagnostic Service (UDS) protocol (ISO-14229) used in the automotive industry.', long_description=long_description, author='Pier-Yves Lessard', author_email='py.lessard@gmail.com', license='MIT', url='https://github.com/pylessard/python-udsoncan', - download_url='https://github.com/pylessard/python-udsoncan/archive/v1.21.1.tar.gz', + download_url='https://github.com/pylessard/python-udsoncan/archive/v1.21.2.tar.gz', keywords=['uds', '14229', 'iso-14229', 'diagnostic', 'automotive'], python_requires='>=3.7', classifiers=[