From 5d76e664e5964672bdfb62483052749a7457284d Mon Sep 17 00:00:00 2001 From: Simon Birkholz Date: Tue, 11 Mar 2025 17:26:40 +0100 Subject: [PATCH] updated version number for pypi fix version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4cec77b..cc21fd5 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ here = os.path.abspath(os.path.dirname(__file__)) NAME = 'cuvis' -VERSION = '3.3.1' +VERSION = '3.3.2rc1' DESCRIPTION = 'CUVIS Python SDK.' @@ -23,7 +23,7 @@ # Installation dependencies # Use with pip install . to install from source 'install': [ - 'cuvis-il>=3.3.1,<=3.3.1.post999999', + 'cuvis-il>3.3.1,<=3.3.2.post999999', ], }