We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9dbc5 commit b02950dCopy full SHA for b02950d
setup.py
@@ -1,12 +1,11 @@
1
import setuptools
2
-from tesla_fleet_api import __version__ as VERSION
3
4
with open("README.md", "r") as fh:
5
long_description = fh.read()
6
7
setuptools.setup(
8
name="tesla_fleet_api",
9
- version=VERSION,
+ version="1.0.15",
10
author="Brett Adams",
11
author_email="[email protected]",
12
description="Tesla Fleet API library for Python",
0 commit comments