Skip to content

Commit

Permalink
release v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anla-xu committed Jun 14, 2023
1 parent 4b171b7 commit cf08f3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ChangeLog for pymycobot

## v3.1.1 (2023-06-14)

- release v3.1.1
- Add new interface: set_gservo_round()

## v3.1.0 (2023-06-09)

- release v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion pymycobot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
__all__.append("MyBuddyEmoticon")

__version__ = "3.1.0"
__version__ = "3.1.1"
__author__ = "Elephantrobotics"
__email__ = "[email protected]"
__git_url__ = "https://github.com/elephantrobotics/pymycobot"
Expand Down

0 comments on commit cf08f3e

Please sign in to comment.