Skip to content

Commit

Permalink
additional bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
decompil3d committed May 10, 2023
1 parent 01e7173 commit 28d0cd2
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 @@ -6,7 +6,7 @@ files = volvooncall/volvooncall.py

[metadata]
name = volvooncall
version = 0.10.2
version = 0.10.3
description = Communicate with VOC
url = https://github.com/molobrakos/volvooncall
license = Unlicense
Expand Down
2 changes: 1 addition & 1 deletion volvooncall/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .volvooncall import Connection, __version__ # noqa: F401
from .dashboard import Dashboard # noqa: F401

MIN_PYTHON_VERSION = (3, 8, 0)
MIN_PYTHON_VERSION = (3, 10, 0)

_ = version_info >= MIN_PYTHON_VERSION or exit(
"Python %d.%d.%d required" % MIN_PYTHON_VERSION
Expand Down

0 comments on commit 28d0cd2

Please sign in to comment.