Skip to content

Commit

Permalink
documentation #257: change ssh to https for mobile base
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienDanieau committed Apr 8, 2024
1 parent 81dd988 commit 1bdcd63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install_requires =
pyquaternion==0.9.9
opencv-python==4.8.0.74
mobile-base-sdk@git+https://github.com/pollen-robotics/mobile-base-sdk.git
reachy2-sdk-api@git+ssh://[email protected]/pollen-robotics/reachy2-sdk-api.git#subdirectory=python
reachy2-sdk-api@git+https://[email protected]/pollen-robotics/reachy2-sdk-api.git#subdirectory=python

[options.packages.find]
where = src
Expand Down
2 changes: 1 addition & 1 deletion src/reachy2_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

from .reachy_sdk import ReachySDK # noqa: F401

__version__ = "2.0.0"
__version__ = "1.0.0"

0 comments on commit 1bdcd63

Please sign in to comment.