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', ], }