From 7bd45662e98fc1a0c75e22d82bdf63b2ff22dc09 Mon Sep 17 00:00:00 2001 From: Koushik Kiran Kumar <121969355+koushik-kiran-kumar@users.noreply.github.com> Date: Wed, 26 Jun 2024 11:14:54 +0530 Subject: [PATCH] fix: version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 26dd503..d9f06fb 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def parse_requirements(requirement_file): setup( - version="10.18.1", + version="10.18.0", name="swimlane", author="Swimlane", author_email="info@swimlane.com",