We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc27de3 commit 9710e39Copy full SHA for 9710e39
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name="matlab2cpp",
6
- version="2.0",
+ version="2.0.1",
7
packages=find_packages("src"),
8
package_dir={"": "src"},
9
entry_points={"console_scripts": ["m2cpp = matlab2cpp:m2cpp"]},
0 commit comments