File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " rcs_tacto"
7- version = " 0.5 .0"
7+ version = " 0.6 .0"
88description =" RCS integration of tacto"
99dependencies = [
10- " rcs>=0.5.2 " ,
10+ " rcs>=0.6.0 " ,
1111 " mujoco-tacto@git+https://github.com/utn-air/mujoco-tacto.git@main"
1212]
1313readme = " README.md"
Original file line number Diff line number Diff line change 1- __version__ = "0.5.2 "
1+ __version__ = "0.6.0 "
Original file line number Diff line number Diff line change @@ -192,4 +192,8 @@ version_files = [
192192 " extensions/rcs_ur5e/pyproject.toml:version" ,
193193 " extensions/rcs_ur5e/src/rcs_ur5e/__init__.py:__version__" ,
194194 " extensions/rcs_ur5e/pyproject.toml:\" rcs>=(.*)\" " ,
195+
196+ " extensions/rcs_tacto/pyproject.toml:version" ,
197+ " extensions/rcs_tacto/src/rcs_tacto/__init__.py:__version__" ,
198+ " extensions/rcs_tacto/pyproject.toml:\" rcs>=(.*)\" " ,
195199]
You can’t perform that action at this time.
0 commit comments