Skip to content

Commit b02950d

Browse files
committed
Fixed v1.0.15
1 parent cf9dbc5 commit b02950d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import setuptools
2-
from tesla_fleet_api import __version__ as VERSION
32

43
with open("README.md", "r") as fh:
54
long_description = fh.read()
65

76
setuptools.setup(
87
name="tesla_fleet_api",
9-
version=VERSION,
8+
version="1.0.15",
109
author="Brett Adams",
1110
author_email="[email protected]",
1211
description="Tesla Fleet API library for Python",

0 commit comments

Comments
 (0)