Skip to content

Commit f36ceb4

Browse files
authored
version bump (#1316)
1 parent b09449c commit f36ceb4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "temporalio"
3-
version = "1.21.1"
3+
version = "1.22.0"
44
description = "Temporal.io Python SDK"
55
authors = [{ name = "Temporal Technologies Inc", email = "sdk@temporal.io" }]
66
requires-python = ">=3.10"

temporalio/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import temporalio.runtime
2525
from temporalio.bridge.client import RPCError as BridgeRPCError
2626

27-
__version__ = "1.21.1"
27+
__version__ = "1.22.0"
2828

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

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)