From e949d9e0f69c2407fa01a91e2ae6fe30ce19d0b7 Mon Sep 17 00:00:00 2001
From: "M. Zulqarnain" <muhammad.zulqarnain@arbisoft.com>
Date: Mon, 8 Jun 2020 17:07:14 +0500
Subject: [PATCH] BOM-1674: Upload to PyPI (#75)

---
 .travis.yml | 3 ---
 setup.py    | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 69c1612..c4c3882 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,9 +8,6 @@ install:
 script:
 - make quality
 - make test
-branches:
-  only:
-  - master
 after_success: coveralls
 env:
   global:
diff --git a/setup.py b/setup.py
index e5f53c9..db3d15c 100644
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,7 @@ with open('README.rst') as _f:
 
 setup(
     name='lti-consumer-xblock',
-    version='1.4.1',
+    version='1.4.2',
     description='This XBlock implements the consumer side of the LTI specification.',
     long_description=long_description,
     long_description_content_type='text/markdown',
-- 
GitLab