diff --git a/setup.py b/setup.py index 619932a..1fccffc 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name='deformable_gym', - version="0.3.1", + version="0.3.2", maintainer='Melvin Laux', maintainer_email='melvin.laux@uni-bremen.de', description='Gym environments for grasping deformable objects', @@ -14,8 +14,9 @@ long_description_content_type="text/markdown", license='BSD-3-Clause', packages=["deformable_gym"], - install_requires=["pybullet", - "gymnasium", - "numpy", - "pytransform3d" - ]) + install_requires=[ + "pybullet", + "gymnasium", + "numpy", + "pytransform3d" + ])