Skip to content

Commit

Permalink
Minor version incremented
Browse files Browse the repository at this point in the history
  • Loading branch information
tdorssers committed Apr 23, 2022
1 parent a062a72 commit cd21dcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 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.4.0
version = 2.5.0
author = Tim Dorssers
author_email = [email protected]
description = A Python module to use the Tesla Motors Owner API
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.4.0'
__version__ = '2.5.0'

import os
import ast
Expand Down

0 comments on commit cd21dcb

Please sign in to comment.