From 69ff47e792eaeece858384845f754577eaaf4c7e Mon Sep 17 00:00:00 2001 From: Pier-Yves Lessard Date: Sun, 14 Jan 2024 16:33:02 -0500 Subject: [PATCH] Release v2.0.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 079b7b8..7ecf633 100755 --- a/setup.py +++ b/setup.py @@ -10,14 +10,14 @@ setup( name='can-isotp', packages=find_packages(where='.', exclude=['test', 'test.*'], include=['isotp', "isotp.*"]), - version='2.0.1', + version='2.0.2', description='Module enabling the IsoTP protocol defined by ISO-15765', long_description=long_description, author='Pier-Yves Lessard', author_email='py.lessard@gmail.com', license='MIT', url='https://github.com/pylessard/python-can-isotp', - download_url='https://github.com/pylessard/python-can-isotp/archive/v2.0.1.tar.gz', + download_url='https://github.com/pylessard/python-can-isotp/archive/v2.0.2.tar.gz', keywords=['isotp', 'can', 'iso-15765', '15765', 'iso15765'], python_requires='>=3.7', classifiers=[