Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Version 1.1.2
  • Loading branch information
jacobschaer committed Sep 4, 2024
1 parent a7b36b1 commit 8b890a1
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 @@ -7,13 +7,13 @@

setuptools.setup(
name="doipclient",
version="1.1.1",
version="1.1.2",
description="A Diagnostic over IP (DoIP) client implementing ISO-13400-2.",
long_description=long_description,
long_description_content_type="text/x-rst",
author="Jacob Schaer",
url="https://github.com/jacobschaer/python-doipclient",
packages=['doipclient'],
packages=["doipclient"],
keywords=[
"uds",
"14229",
Expand Down

0 comments on commit 8b890a1

Please sign in to comment.