Skip to content

Commit

Permalink
add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
wgifford committed May 28, 2024
1 parent f1a68de commit 2958fd9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tsfm_public/version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Copyright contributors to the TSFM project
#

try:
# Local
from ._version import __version__, __version_tuple__ # noqa: F401 # unused import
except ImportError:
__version__ = "unknown"
version_tuple = (0, 0, __version__)

0 comments on commit 2958fd9

Please sign in to comment.