Skip to content

Commit 109a7ed

Browse files
committed
:(
1 parent b1e73bf commit 109a7ed

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/torchcodec/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,4 @@
99
from ._frame import Frame, FrameBatch # usort:skip # noqa
1010
from . import decoders, samplers # noqa
1111

12-
try:
13-
from .version import __version__ # noqa: F401
14-
except ImportError:
15-
pass
12+
__version__ = "0.0.1"

0 commit comments

Comments
 (0)