Skip to content

Commit

Permalink
⬆️ updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianazioti committed Jan 31, 2025
1 parent aed45e6 commit 8a207b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wlts/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@
"""


__version__ = '1.1.0'
from importlib.metadata import version

__version__ = version(__package__)

0 comments on commit 8a207b3

Please sign in to comment.