Skip to content

Commit cb81ec4

Browse files
committed
release v3.9.1
1 parent 92ea21a commit cb81ec4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ChangeLog for pymycobot
22

3+
## v3.9.1 (2025-3-4)
4+
5+
- release v3.9.1
6+
- Fix bugs
7+
38
## v3.9.0 (2025-2-27)
49

510
- release v3.9.0

pymycobot/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
8888
__all__.append("MyBuddyEmoticon")
8989

90-
__version__ = "3.9.0"
90+
__version__ = "3.9.1"
9191
__author__ = "Elephantrobotics"
9292
__email__ = "[email protected]"
9393
__git_url__ = "https://github.com/elephantrobotics/pymycobot"

0 commit comments

Comments
 (0)