File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -119,4 +119,3 @@ jobs:
119
119
python-repo-path : ${{github.event.pull_request.head.repo.full_name}}
120
120
version : ${{github.event.pull_request.head.ref}}
121
121
version-is-repo-ref : true
122
- features-repo-ref : python-update-updates
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " temporalio"
3
- version = " 1.7.1 "
3
+ version = " 1.8.0 "
4
4
description = " Temporal.io Python SDK"
5
5
license = " MIT"
6
6
authors = [
" Temporal Technologies Inc <[email protected] >" ]
Original file line number Diff line number Diff line change 26
26
import temporalio .exceptions
27
27
import temporalio .runtime
28
28
29
- __version__ = "1.7.1 "
29
+ __version__ = "1.8.0 "
30
30
31
31
ServiceRequest = TypeVar ("ServiceRequest" , bound = google .protobuf .message .Message )
32
32
ServiceResponse = TypeVar ("ServiceResponse" , bound = google .protobuf .message .Message )
You can’t perform that action at this time.
0 commit comments