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 820218c commit 0e08ff8Copy full SHA for 0e08ff8
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "temporalio"
3
-version = "1.11.0"
+version = "1.11.1"
4
description = "Temporal.io Python SDK"
5
authors = [{ name = "Temporal Technologies Inc", email = "sdk@temporal.io" }]
6
requires-python = "~=3.9"
temporalio/service.py
@@ -26,7 +26,7 @@
26
import temporalio.exceptions
27
import temporalio.runtime
28
29
-__version__ = "1.11.0"
+__version__ = "1.11.1"
30
31
ServiceRequest = TypeVar("ServiceRequest", bound=google.protobuf.message.Message)
32
ServiceResponse = TypeVar("ServiceResponse", bound=google.protobuf.message.Message)
0 commit comments