Skip to content

Commit 69ff47e

Browse files
committed
Release v2.0.2
1 parent 1daf616 commit 69ff47e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
setup(
1111
name='can-isotp',
1212
packages=find_packages(where='.', exclude=['test', 'test.*'], include=['isotp', "isotp.*"]),
13-
version='2.0.1',
13+
version='2.0.2',
1414
description='Module enabling the IsoTP protocol defined by ISO-15765',
1515
long_description=long_description,
1616
author='Pier-Yves Lessard',
1717
author_email='[email protected]',
1818
license='MIT',
1919
url='https://github.com/pylessard/python-can-isotp',
20-
download_url='https://github.com/pylessard/python-can-isotp/archive/v2.0.1.tar.gz',
20+
download_url='https://github.com/pylessard/python-can-isotp/archive/v2.0.2.tar.gz',
2121
keywords=['isotp', 'can', 'iso-15765', '15765', 'iso15765'],
2222
python_requires='>=3.7',
2323
classifiers=[

0 commit comments

Comments
 (0)