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 0687151 commit bc8c5c2Copy full SHA for bc8c5c2
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "temporalio"
3
-version = "1.5.1"
+version = "1.6.0"
4
description = "Temporal.io Python SDK"
5
license = "MIT"
6
authors = ["Temporal Technologies Inc <sdk@temporal.io>"]
temporalio/service.py
@@ -25,7 +25,7 @@
25
import temporalio.exceptions
26
import temporalio.runtime
27
28
-__version__ = "1.5.1"
+__version__ = "1.6.0"
29
30
ServiceRequest = TypeVar("ServiceRequest", bound=google.protobuf.message.Message)
31
ServiceResponse = TypeVar("ServiceResponse", bound=google.protobuf.message.Message)
0 commit comments