Skip to content

Commit d69a749

Browse files
committed
chore: bump version
1 parent 130ddc8 commit d69a749

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pip install -U butter.mas-api
2525
```python
2626
from butter.mas.api import HttpClient
2727

28-
butterHttpClient = HttpClient('192.168.0.111') # use you robot ip here
28+
butterHttpClient = HttpClient('192.168.0.111') # use your robot ip here
2929

3030
result = butterHttpClient.playAnimation('welcome')
3131
print(result.json())

butter/mas/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '2.1.1'
1+
__version__ = '2.3.0'
22
app_name = 'butter.mas-api'

0 commit comments

Comments
 (0)