diff --git a/pyproject.toml b/pyproject.toml index 6b22c84..eb8156b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "upstash-workflow" -version = "0.0.1-rc.5" +version = "0.1.0" description = "Python SDK for Upstash Workflow" license = "MIT" authors = ["Upstash "] diff --git a/upstash_workflow/__init__.py b/upstash_workflow/__init__.py index ee2e496..62a97f1 100644 --- a/upstash_workflow/__init__.py +++ b/upstash_workflow/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.1-rc.5" +__version__ = "0.1.0" from upstash_workflow.context.context import WorkflowContext from upstash_workflow.serve.serve import serve