Skip to content

Commit

Permalink
v0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmyth committed Jan 24, 2023
1 parent 1c7c1b7 commit 59b5d79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion matlab_proxy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setup(
name="matlab_proxy",
version="0.13",
version="0.14",
packages=['matlab_proxy'],
include_package_data=True,
zip_safe=False,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(
name="matlab_wrapper",
version="0.13",
version="0.14",
packages=find_packages(),
install_requires=["openmdao>=1.5,<2", "smop>=0.23", "six>=1.10.0"],
project_urls={
Expand Down

0 comments on commit 59b5d79

Please sign in to comment.