Skip to content

Commit

Permalink
adjust getting version info
Browse files Browse the repository at this point in the history
  • Loading branch information
CM000n committed Dec 23, 2023
1 parent 338430a commit 5ad8bb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mytoyota/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Toyota Connected Services Client."""
import importlib.metadata as importlib_metadata
from importlib.metadata import version

from .client import MyT # pylint: disable=unused-import # NOQA

__version__ = importlib_metadata.version(__name__)
__version__ = version(__name__)

0 comments on commit 5ad8bb9

Please sign in to comment.