Skip to content

Commit 8a4463c

Browse files
committed
fix: Fix ModuleNotFoundError because of missing __init__.py
1 parent b99dbcd commit 8a4463c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

‎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)