Skip to content

Commit

Permalink
Merge pull request #33 from dfki-ric/feature/configurable_initial_pos…
Browse files Browse the repository at this point in the history
…ition

bump version
  • Loading branch information
mlaux1 authored Feb 20, 2024
2 parents c5f6ef7 + 10ff659 commit 6962471
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@
long_description = f.read()

setup(name='deformable_gym',
version="0.3.1",
version="0.3.2",
maintainer='Melvin Laux',
maintainer_email='[email protected]',
description='Gym environments for grasping deformable objects',
long_description=long_description,
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"
])

0 comments on commit 6962471

Please sign in to comment.