From c2294e43635a2d9b01932c721290237954354c2c Mon Sep 17 00:00:00 2001 From: Simon Birkholz Date: Mon, 30 Sep 2024 14:09:46 +0200 Subject: [PATCH] updated version number --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8f94563..73f64a1 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ here = os.path.abspath(os.path.dirname(__file__)) NAME = 'cuvis' -VERSION = '3.3.0rc1' +VERSION = '3.3.0' DESCRIPTION = 'CUVIS Python SDK.' @@ -22,7 +22,7 @@ # Installation dependencies # Use with pip install . to install from source 'install': [ - 'cuvis-il == 3.3.0rc1', + 'cuvis-il == 3.3.0', ], }