orca-python 0.7.2__tar.gz → 0.7.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: orca-python
3
- Version: 0.7.2
3
+ Version: 0.7.3
4
4
  Summary: Python SDK for the Predixus Orca product
5
5
  Author: Frederick Mannings
6
6
  Author-email: contact@predixus.com
@@ -198,8 +198,8 @@ def EmitWindow(window: Window) -> None:
198
198
  _time_to.FromDatetime(window.time_to)
199
199
 
200
200
  window_pb = pb.Window()
201
- window_pb.time_to = _time_from
202
- window_pb.time_from = _time_to
201
+ window_pb.time_to.CopyFrom(_time_to)
202
+ window_pb.time_from.CopyFrom(_time_from)
203
203
  window_pb.window_type_name = window.name
204
204
  window_pb.window_type_version = window.version
205
205
  window_pb.origin = window.origin
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "orca-python"
3
- version = "0.7.2"
3
+ version = "0.7.3"
4
4
  description = "Python SDK for the Predixus Orca product"
5
5
  authors = [
6
6
  "Frederick Mannings <contact@predixus.com>"
File without changes
File without changes