We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a83c19 commit 23cb727Copy full SHA for 23cb727
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "upstash-workflow"
3
-version = "0.0.1-rc.5"
+version = "0.1.0"
4
description = "Python SDK for Upstash Workflow"
5
license = "MIT"
6
authors = ["Upstash <[email protected]>"]
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
0 commit comments