We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613dfcf commit c4b87cdCopy full SHA for c4b87cd
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# ChangeLog for pymycobot
2
3
+## v3.0.9 (2023-04-27)
4
+
5
+- release v3.0.9
6
+- Fix UltraArm interface set_gpio_state error issue
7
8
## v3.0.8 (2023-04-14)
9
10
- release v3.0.8
pymycobot/__init__.py
@@ -43,7 +43,7 @@
43
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
44
__all__.append("MyBuddyEmoticon")
45
46
-__version__ = "3.0.8"
+__version__ = "3.0.9"
47
__author__ = "Elephantrobotics"
48
__email__ = "[email protected]"
49
__git_url__ = "https://github.com/elephantrobotics/pymycobot"
0 commit comments