Skip to content

Commit

Permalink
Merge pull request #330 from edx/ned/install-all-packages
Browse files Browse the repository at this point in the history
Have to install all the packages
  • Loading branch information
nedbat committed Dec 8, 2015
2 parents 0bd7c2c + c6e180f commit b455c27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@

setup(
name='XBlock',
version="0.4.3",
version='0.4.4',
description='XBlock Core Library',
packages=[
'xblock',
'xblock.django',
'xblock.reference',
'xblock.test',
'xblock.test.django',
],
install_requires=[
'lxml',
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.3"
__version__ = "0.4.4"

0 comments on commit b455c27

Please sign in to comment.