Skip to content

Commit 0534f21

Browse files
committed
release v3.4.5
1 parent e19c764 commit 0534f21

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ChangeLog for pymycobot
22

3+
## v3.4.5 (2024-4-9)
4+
5+
- release v3.4.5
6+
- Add python-can
7+
38
## v3.4.4 (2024-3-26)
49

510
- release v3.4.4

pymycobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
from pymycobot.mybuddyemoticon import MyBuddyEmoticon
5959
__all__.append("MyBuddyEmoticon")
6060

61-
__version__ = "3.4.4"
61+
__version__ = "3.4.5"
6262
__author__ = "Elephantrobotics"
6363
__email__ = "[email protected]"
6464
__git_url__ = "https://github.com/elephantrobotics/pymycobot"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@
8888
"License :: OSI Approved :: MIT License",
8989
"Operating System :: OS Independent",
9090
],
91-
install_requires=["pyserial"],
91+
install_requires=["pyserial","python-can"],
9292
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*",
9393
)

0 commit comments

Comments
 (0)