Skip to content

Commit c512c19

Browse files
authored
Bumps to dev3 (#89)
1 parent 02c48e9 commit c512c19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from setuptools.command.build_clib import build_clib
99
from setuptools.command.build_ext import build_ext
1010

11-
__version__ = "0.0.0.dev2"
11+
__version__ = "0.0.0.dev3"
1212
PACKAGE_NAME = "RATapi"
1313

1414
with open("README.md") as f:
@@ -177,6 +177,7 @@ def build_libraries(self, libraries):
177177
':python_version < "3.11"': ["StrEnum >= 0.4.15"],
178178
"Dev": ["pytest>=7.4.0", "pytest-cov>=4.1.0", "ruff>=0.4.10"],
179179
"Matlab_latest": ["matlabengine"],
180+
"Matlab_2024a": ["matlabengine == 24.1.*"],
180181
"Matlab_2023b": ["matlabengine == 23.2.3"],
181182
"Matlab_2023a": ["matlabengine == 9.14.3"],
182183
"Matlab_2022b": ["matlabengine == 9.13.9"],

0 commit comments

Comments
 (0)