Skip to content

Commit 3fec58f

Browse files
authored
Update release version to 1.3.0 (#353)
1 parent a17c0ef commit 3fec58f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

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

temporalio/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import temporalio.exceptions
2626
import temporalio.runtime
2727

28-
__version__ = "1.2.0"
28+
__version__ = "1.3.0"
2929

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

0 commit comments

Comments
 (0)