diff --git a/doc/source/conf.py b/doc/source/conf.py index d23be39..5faa4cd 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -60,7 +60,7 @@ # built documents. # # The short X.Y version. -version = u'1.22' +version = u'1.23' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index 270b4e2..9c1c3f1 100755 --- a/setup.py +++ b/setup.py @@ -17,14 +17,14 @@ 'test': ['mypy', 'coverage'], 'dev': ['mypy', 'ipdb', 'autopep8', 'coverage'] }, - version='1.22.1', + version='1.23.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='py.lessard@gmail.com', license='MIT', url='https://github.com/pylessard/python-udsoncan', - download_url='https://github.com/pylessard/python-udsoncan/archive/v1.22.1.tar.gz', + download_url='https://github.com/pylessard/python-udsoncan/archive/v1.23.0.tar.gz', keywords=['uds', '14229', 'iso-14229', 'diagnostic', 'automotive'], python_requires='>=3.7', classifiers=[