We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e73bf commit 109a7edCopy full SHA for 109a7ed
src/torchcodec/__init__.py
@@ -9,7 +9,4 @@
9
from ._frame import Frame, FrameBatch # usort:skip # noqa
10
from . import decoders, samplers # noqa
11
12
-try:
13
- from .version import __version__ # noqa: F401
14
-except ImportError:
15
- pass
+__version__ = "0.0.1"
0 commit comments