Skip to content

Commit e3d20ae

Browse files
committed
feat: update version
1 parent 8bbd56c commit e3d20ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you want to install it separately.
88

99
<!-- This is the mycobot Python API package designed by Zhang Lijun([lijun.zhang@elephantrobotics.com]()) -->
1010

11-
> Make sure that `Atom` is flashed into the top Atom <br> > `Transponder` is flashed into the base Basic <br>
11+
> Make sure that `Atom` is flashed into the top Atom, `Transponder` is flashed into the base Basic <br>
1212
> The firmware `Atom` and `Transponder` download address: [https://github.com/elephantrobotics/myCobot/tree/main/Software](https://github.com/elephantrobotics/myCobot/tree/main/Software)<br>
1313
1414
### Pip
@@ -19,10 +19,10 @@ pip install pymycobot --upgrade
1919

2020
**Notes:**
2121

22-
> Now only the version after `Atom2.4` is supported. If you use an earlier version, please install `pymycobot 1.0.6`.
22+
> Now only the version after `Atom2.4` is supported. If you use an earlier version, please install `pymycobot 1.0.7`.
2323
2424
```bash
25-
pip install pymycobot==1.0.6
25+
pip install pymycobot==1.0.7
2626
```
2727

2828
### Source code

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import setuptools
88

9-
version = "2.1.0"
9+
version = "2.1.1"
1010

1111
if sys.version_info[:2] == (2, 7):
1212
long_description = ""

0 commit comments

Comments
 (0)