Skip to content

Commit

Permalink
Minor version incremented
Browse files Browse the repository at this point in the history
  • Loading branch information
tdorssers committed May 21, 2023
1 parent 90e9c90 commit 868d7eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 1

[metadata]
name = TeslaPy
version = 2.7.0
version = 2.8.0
author = Tim Dorssers
author_email = [email protected]
description = A Python module to use the Tesla Motors Owner API
Expand All @@ -21,6 +21,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Operating System :: OS Independent

[options]
Expand Down
2 changes: 1 addition & 1 deletion teslapy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Author: Tim Dorssers

__version__ = '2.7.0'
__version__ = '2.8.0'

import os
import ast
Expand Down

0 comments on commit 868d7eb

Please sign in to comment.