diff --git a/pyproject.toml b/pyproject.toml index c72afa7..c804b42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "upstash-workflow" -version = "0.1.1" +version = "0.1.2" description = "Python SDK for Upstash Workflow" license = "MIT" authors = ["Upstash "] diff --git a/upstash_workflow/__init__.py b/upstash_workflow/__init__.py index 6e5e3e1..acdd321 100644 --- a/upstash_workflow/__init__.py +++ b/upstash_workflow/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.1" +__version__ = "0.1.2" from upstash_workflow.context.context import WorkflowContext from upstash_workflow.serve.serve import serve