Skip to content

Commit ed9112a

Browse files
authored
Bump version for release in pyproject.toml and temporalio/service.py (#614)
1 parent 185ce8c commit ed9112a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

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

temporalio/service.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import temporalio.exceptions
2727
import temporalio.runtime
2828

29-
__version__ = "1.6.0"
29+
__version__ = "1.7.0"
3030

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

0 commit comments

Comments
 (0)