We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185ce8c commit ed9112aCopy full SHA for ed9112a
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "temporalio"
3
-version = "1.6.0"
+version = "1.7.0"
4
description = "Temporal.io Python SDK"
5
license = "MIT"
6
authors = ["Temporal Technologies Inc <sdk@temporal.io>"]
temporalio/service.py
@@ -26,7 +26,7 @@
26
import temporalio.exceptions
27
import temporalio.runtime
28
29
-__version__ = "1.6.0"
+__version__ = "1.7.0"
30
31
ServiceRequest = TypeVar("ServiceRequest", bound=google.protobuf.message.Message)
32
ServiceResponse = TypeVar("ServiceResponse", bound=google.protobuf.message.Message)
0 commit comments