Skip to content

Commit

Permalink
Bump __version__ to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wowkalucky committed Dec 28, 2017
1 parent 7252c9d commit e5552fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video_xblock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Video xblock module.
"""

__version__ = '0.9.2'
__version__ = '0.9.3'

# pylint: disable=wildcard-import
from .video_xblock import * # nopep8

0 comments on commit e5552fb

Please sign in to comment.