Skip to content

Commit

Permalink
V1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pylessard committed Sep 27, 2023
1 parent 93ae040 commit 4a7fda0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# built documents.
#
# The short X.Y version.
version = u'1.19.0'
version = u'1.20.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
package_data={
'': ['*.conf'],
},
version='1.19.0',
version='1.20.0',
description='Implementation of the Unified Diagnostic Service (UDS) protocol (ISO-14229) used in the automotive industry.',
long_description=long_description,
author='Pier-Yves Lessard',
author_email='[email protected]',
license='MIT',
url='https://github.com/pylessard/python-udsoncan',
download_url='https://github.com/pylessard/python-udsoncan/archive/v1.19.0.tar.gz',
download_url='https://github.com/pylessard/python-udsoncan/archive/v1.20.0.tar.gz',
keywords=['uds', '14229', 'iso-14229', 'diagnostic', 'automotive'],
python_requires='>=3.7',
classifiers=[
Expand Down

0 comments on commit 4a7fda0

Please sign in to comment.