Skip to content

Commit b4c51e2

Browse files
authored
Update release to 1.5.1 (#481)
1 parent 73e832d commit b4c51e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "temporalio"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
description = "Temporal.io Python SDK"
55
license = "MIT"
66
authors = ["Temporal Technologies Inc <[email protected]>"]

temporalio/service.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import temporalio.exceptions
2626
import temporalio.runtime
2727

28-
__version__ = "1.5.0"
28+
__version__ = "1.5.1"
2929

3030
ServiceRequest = TypeVar("ServiceRequest", bound=google.protobuf.message.Message)
3131
ServiceResponse = TypeVar("ServiceResponse", bound=google.protobuf.message.Message)

0 commit comments

Comments
 (0)