Skip to content

Commit 17f0445

Browse files
committed
update version in service.py
1 parent ffd0d0e commit 17f0445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temporalio/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import temporalio.exceptions
2323
import temporalio.runtime
2424

25-
__version__ = "1.18.1"
25+
__version__ = "1.19.0"
2626

2727
ServiceRequest = TypeVar("ServiceRequest", bound=google.protobuf.message.Message)
2828
ServiceResponse = TypeVar("ServiceResponse", bound=google.protobuf.message.Message)

0 commit comments

Comments
 (0)