We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130ddc8 commit d69a749Copy full SHA for d69a749
2 files changed
README.md
@@ -25,7 +25,7 @@ pip install -U butter.mas-api
25
```python
26
from butter.mas.api import HttpClient
27
28
-butterHttpClient = HttpClient('192.168.0.111') # use you robot ip here
+butterHttpClient = HttpClient('192.168.0.111') # use your robot ip here
29
30
result = butterHttpClient.playAnimation('welcome')
31
print(result.json())
butter/mas/environment.py
@@ -1,2 +1,2 @@
1
-__version__ = '2.1.1'
+__version__ = '2.3.0'
2
app_name = 'butter.mas-api'
0 commit comments