From 8d53fa3449a70497ea0e16eb05f4d5f4c2cd995c Mon Sep 17 00:00:00 2001
From: Jon Ford <jon.ford@swimlane.com>
Date: Fri, 31 May 2019 16:12:27 -0400
Subject: [PATCH] bump version to 4.2.0

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

diff --git a/setup.py b/setup.py
index 1e58cf0a..bac403cd 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ def parse_requirements(requirement_file):
 
 
 setup(
-    version="4.1.2",
+    version="4.2.0",
     name="swimlane",
     author="Swimlane LLC",
     author_email="info@swimlane.com",