From 6c63973addaa9144c6b65d81a7fbc02fa29c0b78 Mon Sep 17 00:00:00 2001 From: Matt Neth Date: Thu, 14 May 2020 14:28:14 -0500 Subject: [PATCH] Change version for one more tagged build test --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 24b17126..3ad1f801 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def parse_requirements(requirement_file): setup( - version="10.1.3", + version="10.1.3.dev5", name="swimlane", author="Swimlane", author_email="info@swimlane.com",