diff --git a/setup.py b/setup.py index 9b73095..bc4a511 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.3', + version='2.0.4', 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.3.tar.gz', + download_url='https://github.com/pylessard/python-can-isotp/archive/v2.0.4.tar.gz', keywords=['isotp', 'can', 'iso-15765', '15765', 'iso15765'], python_requires='>=3.7', classifiers=[