Skip to content

Commit

Permalink
Update version to 0.1b2 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz authored Sep 19, 2022
1 parent bcc0132 commit 49ccd56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "temporalio"
version = "0.1b1"
version = "0.1b2"
description = "Temporal.io Python SDK"
license = "MIT"
authors = ["Temporal Technologies Inc <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion temporalio/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import temporalio.bridge.telemetry
import temporalio.exceptions

__version__ = "0.1b1"
__version__ = "0.1b2"

ServiceRequest = TypeVar("ServiceRequest", bound=google.protobuf.message.Message)
ServiceResponse = TypeVar("ServiceResponse", bound=google.protobuf.message.Message)
Expand Down

0 comments on commit 49ccd56

Please sign in to comment.