From 88fa583c5189f4c438da47754e376a6f099637c0 Mon Sep 17 00:00:00 2001 From: Pier-Yves Lessard Date: Mon, 8 Jan 2024 23:47:59 -0500 Subject: [PATCH] V2.0.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1de0fa8..079b7b8 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', + version='2.0.1', 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.tar.gz', + download_url='https://github.com/pylessard/python-can-isotp/archive/v2.0.1.tar.gz', keywords=['isotp', 'can', 'iso-15765', '15765', 'iso15765'], python_requires='>=3.7', classifiers=[