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 06828ea commit 7236159Copy full SHA for 7236159
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "temporalio"
3
-version = "0.1b3"
+version = "0.1b4"
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.bridge.runtime
26
import temporalio.exceptions
27
28
-__version__ = "0.1b3"
+__version__ = "0.1b4"
29
30
ServiceRequest = TypeVar("ServiceRequest", bound=google.protobuf.message.Message)
31
ServiceResponse = TypeVar("ServiceResponse", bound=google.protobuf.message.Message)
0 commit comments