Skip to content

Commit 427a264

Browse files
author
Jordan Yoshihara
committed
Compilation error fixed
1 parent 5f7bc6e commit 427a264

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

le_utils/constants/__init__.py

Whitespace-only changes.

le_utils/constants/file_formats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
(MP4, _("mp4")),
2727

2828
(VTT, _("vtt")),
29-
SRT, _("srt")),
29+
(SRT, _("srt")),
3030

3131
(MP3, _("mp3")),
3232
(WAV, _("wav")),

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
setup(
99
name="le-utils",
1010
packages=["le_utils"],
11-
version="0.0.3",
11+
version="0.0.4",
1212
description="LE Utils and constants shared across Kolibri, Ricecooker and the Content Curation Server.",
1313
long_description=long_description,
1414
license="MIT",

0 commit comments

Comments
 (0)