diff --git a/setup.cfg b/setup.cfg index 7acb9ab..976afcd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 1 [metadata] name = TeslaPy -version = 1.4.0 +version = 1.5.0 author = Tim Dorssers author_email = tim.dorssers@xs4all.nl description = A Python module to use the Tesla Motors Owner API diff --git a/teslapy/__init__.py b/teslapy/__init__.py index a24ddf3..12e9563 100644 --- a/teslapy/__init__.py +++ b/teslapy/__init__.py @@ -7,7 +7,7 @@ # Author: Tim Dorssers -__version__ = '1.4.0' +__version__ = '1.5.0' import os import re