Skip to content

Commit

Permalink
Minor version increased
Browse files Browse the repository at this point in the history
  • Loading branch information
tdorssers committed Aug 22, 2021
1 parent 21a1a1f commit 6c0805b
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 = 1.4.0
version = 1.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 @@ -7,7 +7,7 @@

# Author: Tim Dorssers

__version__ = '1.4.0'
__version__ = '1.5.0'

import os
import re
Expand Down

0 comments on commit 6c0805b

Please sign in to comment.