Skip to content

Commit

Permalink
Release 1.0.0 (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz authored Jan 5, 2023
1 parent f252e36 commit 10bf259
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ The workflow implementation basically turns `async def` functions into workflows
event loop. This means task management, sleep, cancellation, etc have all been developed to seamlessly integrate with
`asyncio` concepts.

**⚠️ UNDER DEVELOPMENT**

The Python SDK is under development. There are no compatibility guarantees at this time.

---

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "temporalio"
version = "0.1b4"
version = "1.0.0"
description = "Temporal.io Python SDK"
license = "MIT"
authors = ["Temporal Technologies Inc <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion temporalio/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import temporalio.exceptions
import temporalio.runtime

__version__ = "0.1b4"
__version__ = "1.0.0"

ServiceRequest = TypeVar("ServiceRequest", bound=google.protobuf.message.Message)
ServiceResponse = TypeVar("ServiceResponse", bound=google.protobuf.message.Message)
Expand Down

0 comments on commit 10bf259

Please sign in to comment.