Skip to content

Commit

Permalink
Merge pull request #339 from edx/mattdrayer/increment-release-version
Browse files Browse the repository at this point in the history
mattdrayer/increment-release-version: Bump to 0.4.7
  • Loading branch information
mattdrayer committed Mar 28, 2016
2 parents 133d267 + 2edff00 commit f37dcb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='XBlock',
version='0.4.5',
version='0.4.7',
description='XBlock Core Library',
packages=[
'xblock',
Expand Down
2 changes: 1 addition & 1 deletion xblock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ def __init__(self, *args, **kwargs):

xblock.fields.XBlockMixin = XBlockMixin

__version__ = "0.4.5"
__version__ = "0.4.7"

0 comments on commit f37dcb2

Please sign in to comment.