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.
2 parents ec2053c + 7417fcf commit 08ed7e2Copy full SHA for 08ed7e2
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# ChangeLog for pymycobot
2
3
+## v3.0.4 (2023-01-11)
4
+
5
+- release v3.0.4
6
+- Fix some bug
7
8
## v3.0.3 (2023-01-10)
9
10
- release v3.0.3
pymycobot/__init__.py
@@ -43,7 +43,7 @@
43
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
44
__all__.append("MyBuddyEmoticon")
45
46
-__version__ = "3.0.3"
+__version__ = "3.0.4"
47
__author__ = "Elephantrobotics"
48
__email__ = "[email protected]"
49
__git_url__ = "https://github.com/elephantrobotics/pymycobot"
0 commit comments