From 1297f32e4625504f840b33b08e7b4cbe6a51f408 Mon Sep 17 00:00:00 2001 From: Marjan Georgiev Date: Thu, 4 Aug 2022 16:19:27 +0200 Subject: [PATCH] (release): 10.9.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index be7b3f1f..5f1183fd 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def parse_requirements(requirement_file): setup( - version="10.8.0", + version="10.9.0", name="swimlane", author="Swimlane", author_email="info@swimlane.com", @@ -29,9 +29,9 @@ def parse_requirements(requirement_file): "License :: OSI Approved :: GNU Affero General Public License v3", "Development Status :: 5 - Production/Stable", "Programming Language :: Python", - "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7" ] )