We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5947d commit d4b18c0Copy full SHA for d4b18c0
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "cuvis"
7
-version = "3.5.0.2"
+version = "3.5.1.0"
8
description = "CUVIS Python SDK."
9
readme = "README.md"
10
requires-python = ">=3.9"
tests/test_general.py
@@ -30,7 +30,7 @@ def test_wrapper_version(sdk_initialized):
30
"""Test wrapper version retrieval."""
31
version = cuvis.General.wrapper_version()
32
assert isinstance(version, str)
33
- assert "3.5.0" in version # Current wrapper version
+ assert "3.5.1" in version # Current wrapper version
34
35
36
# def test_sdk_initialization_and_shutdown():
0 commit comments