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 c6e204a commit 4304362Copy full SHA for 4304362
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "temporalio"
3
-version = "1.0.0"
+version = "1.1.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.0.0"
+__version__ = "1.1.0"
29
30
ServiceRequest = TypeVar("ServiceRequest", bound=google.protobuf.message.Message)
31
ServiceResponse = TypeVar("ServiceResponse", bound=google.protobuf.message.Message)
0 commit comments