Skip to content

Commit

Permalink
Merge pull request #333 from edx/jeskew/bump_version_number
Browse files Browse the repository at this point in the history
Bump XBlock version from 0.4.4 to 0.4.5
  • Loading branch information
John Eskew committed Mar 4, 2016
2 parents 47e5ab1 + 216ec1f commit 8d39e9d
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.4',
version='0.4.5',
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.4"
__version__ = "0.4.5"

0 comments on commit 8d39e9d

Please sign in to comment.