From c512c198511586860163a1034579b402ae0feb44 Mon Sep 17 00:00:00 2001 From: StephenNneji <34302892+StephenNneji@users.noreply.github.com> Date: Wed, 6 Nov 2024 10:42:04 +0000 Subject: [PATCH] Bumps to dev3 (#89) --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5997af53..fd7841c9 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from setuptools.command.build_clib import build_clib from setuptools.command.build_ext import build_ext -__version__ = "0.0.0.dev2" +__version__ = "0.0.0.dev3" PACKAGE_NAME = "RATapi" with open("README.md") as f: @@ -177,6 +177,7 @@ def build_libraries(self, libraries): ':python_version < "3.11"': ["StrEnum >= 0.4.15"], "Dev": ["pytest>=7.4.0", "pytest-cov>=4.1.0", "ruff>=0.4.10"], "Matlab_latest": ["matlabengine"], + "Matlab_2024a": ["matlabengine == 24.1.*"], "Matlab_2023b": ["matlabengine == 23.2.3"], "Matlab_2023a": ["matlabengine == 9.14.3"], "Matlab_2022b": ["matlabengine == 9.13.9"],