We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b36b1 commit 8b890a1Copy full SHA for 8b890a1
1 file changed
setup.py
@@ -7,13 +7,13 @@
7
8
setuptools.setup(
9
name="doipclient",
10
- version="1.1.1",
+ version="1.1.2",
11
description="A Diagnostic over IP (DoIP) client implementing ISO-13400-2.",
12
long_description=long_description,
13
long_description_content_type="text/x-rst",
14
author="Jacob Schaer",
15
url="https://github.com/jacobschaer/python-doipclient",
16
- packages=['doipclient'],
+ packages=["doipclient"],
17
keywords=[
18
"uds",
19
"14229",
0 commit comments