Skip to content

Commit

Permalink
Bump to version 0.13 (version needed to be updated in setup.py)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathonw committed Dec 15, 2021
1 parent 8e4c9bc commit 1ae8745
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.10",
version="0.13",
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.10",
version="0.13",
packages=find_packages(),
install_requires=["openmdao>=1.5,<2", "smop>=0.23", "six>=1.10.0"],
project_urls={
Expand Down

0 comments on commit 1ae8745

Please sign in to comment.