From 317df8929dc7109ff451285708ad94a93caf8f49 Mon Sep 17 00:00:00 2001 From: tdorssers Date: Sun, 11 Dec 2022 19:17:04 +0100 Subject: [PATCH] Minor version incremented --- setup.cfg | 2 +- teslapy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index b1ed4bf..537e8bc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 1 [metadata] name = TeslaPy -version = 2.6.0 +version = 2.7.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 73c38bb..b64f96b 100644 --- a/teslapy/__init__.py +++ b/teslapy/__init__.py @@ -6,7 +6,7 @@ # Author: Tim Dorssers -__version__ = '2.6.0' +__version__ = '2.7.0' import os import ast