Skip to content

Commit

Permalink
Bumps to dev3 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenNneji authored Nov 6, 2024
1 parent 02c48e9 commit c512c19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"],
Expand Down

0 comments on commit c512c19

Please sign in to comment.