Skip to content

Commit 46effd6

Browse files
committed
Hack
1 parent f0025c3 commit 46effd6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/torchcodec/__init__.py

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

12-
from .version import __version__ # noqa: F401
12+
__version__ = "1.2.2"
13+
# try:
14+
# from .version import __version__ # noqa: F401
15+

0 commit comments

Comments
 (0)