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 f0025c3 commit 46effd6Copy full SHA for 46effd6
src/torchcodec/__init__.py
@@ -9,4 +9,7 @@
9
from ._frame import Frame, FrameBatch # usort:skip # noqa
10
from . import decoders, samplers # noqa
11
12
-from .version import __version__ # noqa: F401
+__version__ = "1.2.2"
13
+# try:
14
+# from .version import __version__ # noqa: F401
15
+
0 commit comments