Skip to content

Commit

Permalink
V2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pylessard committed Jan 9, 2024
1 parent 78f1ce3 commit 88fa583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
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=[
Expand Down

0 comments on commit 88fa583

Please sign in to comment.