From fba52f67c1b3ee6185183482e4d93e63b7c76723 Mon Sep 17 00:00:00 2001
From: Douglas Hall <dhall@edx.org>
Date: Fri, 25 Mar 2016 09:36:05 -0400
Subject: [PATCH] Updated setup.py version

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 8a286e5..92a8521 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ def package_data(pkg, roots):
 
 setup(
     name='lti_consumer-xblock',
-    version='1.0.3',
+    version='1.0.4',
     description='This XBlock implements the consumer side of the LTI specification.',
     packages=[
         'lti_consumer',
-- 
GitLab