diff --git a/setup.py b/setup.py index 10a92e2..adb3c13 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ author="Haoru Xue", author_email="haoru-xue@berkeley.edu", packages=find_packages(include="dial_mpc"), - version='0.0.1', + version='0.0.2', install_requires=[ 'numpy<2.0.0', 'matplotlib',