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