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 c46fa88 commit 1de0a91Copy full SHA for 1de0a91
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "upstash-workflow"
3
-version = "0.1.1"
+version = "0.1.2"
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.1.1"
+__version__ = "0.1.2"
from upstash_workflow.context.context import WorkflowContext
from upstash_workflow.serve.serve import serve
0 commit comments