Skip to content

Commit

Permalink
from ._version import __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Aug 31, 2024
1 parent 7e40bab commit 56adc0d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/tinytext/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
from __future__ import annotations

from tinytext import _version

__version__ = _version.__version__

from ._version import __version__

__all__ = ["__version__"]

Expand Down

0 comments on commit 56adc0d

Please sign in to comment.