Skip to content

Commit

Permalink
v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmyth committed May 13, 2019
1 parent e25aa3e commit 9c1c001
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.5",
version="0.6",
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.5",
version="0.6",
packages=find_packages(),
# FIXME do we need openmdao>=1.5.0,<2.0.0
install_requires=["openmdao==1.*", "smop>=0.23", "six>=1.10.0"]
Expand Down

0 comments on commit 9c1c001

Please sign in to comment.