File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -112,4 +112,3 @@ jobs:
112112 python-repo-path : ${{github.event.pull_request.head.repo.full_name}}
113113 version : ${{github.event.pull_request.head.ref}}
114114 version-is-repo-ref : true
115- features-repo-ref : python-version-upgrade
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " temporalio"
3- version = " 1.9 .0"
3+ version = " 1.10 .0"
44description = " Temporal.io Python SDK"
55license = " MIT"
66authors = [" Temporal Technologies Inc <sdk@temporal.io>" ]
Original file line number Diff line number Diff line change 2626import temporalio .exceptions
2727import temporalio .runtime
2828
29- __version__ = "1.9 .0"
29+ __version__ = "1.10 .0"
3030
3131ServiceRequest = TypeVar ("ServiceRequest" , bound = google .protobuf .message .Message )
3232ServiceResponse = TypeVar ("ServiceResponse" , bound = google .protobuf .message .Message )
You can’t perform that action at this time.
0 commit comments