Skip to content

Commit

Permalink
Update release to 1.5.1 (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz authored Feb 27, 2024
1 parent 73e832d commit b4c51e2
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 = "1.5.0"
version = "1.5.1"
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 @@ -25,7 +25,7 @@
import temporalio.exceptions
import temporalio.runtime

__version__ = "1.5.0"
__version__ = "1.5.1"

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

0 comments on commit b4c51e2

Please sign in to comment.