Skip to content

Commit

Permalink
Update versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
op3 committed Oct 25, 2024
1 parent 5efdb2f commit fbc2ea6
Show file tree
Hide file tree
Showing 3 changed files with 1,156 additions and 629 deletions.
4 changes: 4 additions & 0 deletions hdtv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@

installdir = os.path.dirname(__file__)
datadir = os.path.join(installdir, "share")

from . import _version

__version__ = _version.get_versions()["version"]
Loading

0 comments on commit fbc2ea6

Please sign in to comment.