Skip to content

Commit

Permalink
Updated setup.py with new version information
Browse files Browse the repository at this point in the history
  • Loading branch information
ardevd committed Feb 12, 2019
1 parent 75b7950 commit 944dac0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -6,10 +6,10 @@

setuptools.setup(
name="jlrpy",
version="1.1.0",
version="1.1.1",
author="Edvard Holst",
author_email="edvard.holst@gmail.com",
description="Communicate and control your Jaguar I-Pace",
description="Control your Jaguar I-Pace",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/ardevd/jlrpy",
Expand All @@ -23,5 +23,6 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
"Development Status :: 5 - Production/Stable",
],
)

0 comments on commit 944dac0

Please sign in to comment.