From 33d180b3c722540cf01668a2881bed82446728a5 Mon Sep 17 00:00:00 2001 From: Zoran Sinnema Date: Wed, 22 May 2024 15:13:44 +0200 Subject: [PATCH] chore(backend): bumped to 3.0.0 --- backend/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/setup.py b/backend/setup.py index 5e540181..c6ddeced 100644 --- a/backend/setup.py +++ b/backend/setup.py @@ -5,7 +5,7 @@ from setuptools import find_packages, setup NAME = "SCKAN Composer" -VERSION = "2.1.1" +VERSION = "3.0.0" # To install the library, run the following #