Skip to content

Commit e684343

Browse files
authored
fix: Fix ModuleNotFoundError because of missing __init__.py
fix: Fix ModuleNotFoundError because of missing __init__.py
2 parents b99dbcd + 8a4463c commit e684343

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

xblocks_contrib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from .video import VideoBlock
1010
from .word_cloud import WordCloudBlock
1111

12-
__version__ = "0.7.0"
12+
__version__ = "0.7.1"

xblocks_contrib/common/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)