motorcortex-python 0.22.6__tar.gz → 0.22.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (23) hide show
  1. {motorcortex_python-0.22.6/motorcortex_python.egg-info → motorcortex_python-0.22.7}/PKG-INFO +1 -1
  2. {motorcortex_python-0.22.6 → motorcortex_python-0.22.7}/motorcortex/request.py +1 -1
  3. motorcortex_python-0.22.7/motorcortex/version.py +1 -0
  4. {motorcortex_python-0.22.6 → motorcortex_python-0.22.7/motorcortex_python.egg-info}/PKG-INFO +1 -1
  5. motorcortex_python-0.22.6/motorcortex/version.py +0 -1
  6. {motorcortex_python-0.22.6 → motorcortex_python-0.22.7}/LICENSE +0 -0
  7. {motorcortex_python-0.22.6 → motorcortex_python-0.22.7}/MANIFEST.in +0 -0
  8. {motorcortex_python-0.22.6 → motorcortex_python-0.22.7}/README.md +0 -0
  9. {motorcortex_python-0.22.6 → motorcortex_python-0.22.7}/motorcortex/__init__.py +0 -0
  10. {motorcortex_python-0.22.6 → motorcortex_python-0.22.7}/motorcortex/message_types.py +0 -0
  11. {motorcortex_python-0.22.6 → motorcortex_python-0.22.7}/motorcortex/motorcortex_hash.json +0 -0
  12. {motorcortex_python-0.22.6 → motorcortex_python-0.22.7}/motorcortex/motorcortex_pb2.py +0 -0
  13. {motorcortex_python-0.22.6 → motorcortex_python-0.22.7}/motorcortex/parameter_tree.py +0 -0
  14. {motorcortex_python-0.22.6 → motorcortex_python-0.22.7}/motorcortex/reply.py +0 -0
  15. {motorcortex_python-0.22.6 → motorcortex_python-0.22.7}/motorcortex/setup_logger.py +0 -0
  16. {motorcortex_python-0.22.6 → motorcortex_python-0.22.7}/motorcortex/subscribe.py +0 -0
  17. {motorcortex_python-0.22.6 → motorcortex_python-0.22.7}/motorcortex/subscription.py +0 -0
  18. {motorcortex_python-0.22.6 → motorcortex_python-0.22.7}/motorcortex_python.egg-info/SOURCES.txt +0 -0
  19. {motorcortex_python-0.22.6 → motorcortex_python-0.22.7}/motorcortex_python.egg-info/dependency_links.txt +0 -0
  20. {motorcortex_python-0.22.6 → motorcortex_python-0.22.7}/motorcortex_python.egg-info/requires.txt +0 -0
  21. {motorcortex_python-0.22.6 → motorcortex_python-0.22.7}/motorcortex_python.egg-info/top_level.txt +0 -0
  22. {motorcortex_python-0.22.6 → motorcortex_python-0.22.7}/setup.cfg +0 -0
  23. {motorcortex_python-0.22.6 → motorcortex_python-0.22.7}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: motorcortex-python
3
- Version: 0.22.6
3
+ Version: 0.22.7
4
4
  Summary: Python bindings for Motorcortex Engine
5
5
  Home-page: https://www.motorcortex.io
6
6
  Author: Alexey Zakharov
@@ -490,7 +490,7 @@ class Request(object):
490
490
  if protobuf_types:
491
491
  return protobuf_types.decode(buffer)
492
492
  else:
493
- return protobuf_types
493
+ return buffer
494
494
 
495
495
  return None
496
496
 
@@ -0,0 +1 @@
1
+ __version__ = '0.22.7'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: motorcortex-python
3
- Version: 0.22.6
3
+ Version: 0.22.7
4
4
  Summary: Python bindings for Motorcortex Engine
5
5
  Home-page: https://www.motorcortex.io
6
6
  Author: Alexey Zakharov
@@ -1 +0,0 @@
1
- __version__ = '0.22.6'