File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
bandwidth/messaging/models Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The package is compatible with Python versions ```2 >=2.7.9``` and ```3 >=3.4```
88Install the package from PyPi using the following pip command:
99
1010``` python
11- pip install bandwidth- sdk== 5.1 .0
11+ pip install bandwidth- sdk== 5.1 .1
1212```
1313
1414You can also view the package at:
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class BandwidthMessage(object):
1818 owner (string): TODO: type description here.
1919 application_id (string): TODO: type description here.
2020 time (string): TODO: type description here.
21- segment_count (string ): TODO: type description here.
21+ segment_count (int ): TODO: type description here.
2222 direction (string): TODO: type description here.
2323 to (list of string): TODO: type description here.
2424 mfrom (string): TODO: type description here.
Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = 'bandwidth-sdk' ,
15- version = '5.1.0 ' ,
15+ version = '5.1.1 ' ,
1616 description = 'Bandwidth\' s set of APIs' ,
1717 long_description = long_description ,
1818 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments