Skip to content

Commit b4d90ac

Browse files
committed
Release V1.8
1 parent 8b42079 commit b4d90ac

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
@@ -13,14 +13,14 @@
1313
package_data={
1414
'': ['*.conf'],
1515
},
16-
version = '1.7',
16+
version = '1.8',
1717
description = 'Implementation of the Unified Diagnostic Service (UDS) protocol (ISO-14229) used in the automotive industry.',
1818
long_description=long_description,
1919
author = 'Pier-Yves Lessard',
2020
author_email = '[email protected]',
2121
license='MIT',
2222
url = 'https://github.com/pylessard/python-udsoncan',
23-
download_url = 'https://github.com/pylessard/python-udsoncan/archive/v1.7.tar.gz',
23+
download_url = 'https://github.com/pylessard/python-udsoncan/archive/v1.8.tar.gz',
2424
keywords = ['uds', '14229', 'iso-14229', 'diagnostic', 'automotive'],
2525
python_requires='>=3.0',
2626
classifiers = [

0 commit comments

Comments
 (0)