From e00c950b0bca5da9d201eb3056c1d629f682dc98 Mon Sep 17 00:00:00 2001 From: Pier-Yves Lessard Date: Sun, 11 Feb 2024 11:13:22 -0500 Subject: [PATCH] Release v1.22.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5e6e4de..bf27f06 100755 --- a/setup.py +++ b/setup.py @@ -13,14 +13,14 @@ package_data={ '': ['*.conf'], }, - version='1.22.0', + version='1.22.1', 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.22.0.tar.gz', + download_url='https://github.com/pylessard/python-udsoncan/archive/v1.22.1.tar.gz', keywords=['uds', '14229', 'iso-14229', 'diagnostic', 'automotive'], python_requires='>=3.7', classifiers=[