Skip to content

Commit 23cb727

Browse files
feat: release 0.1.0 (#29)
* feat: release 0.0.1 * feat: release 0.1.0
1 parent 9a83c19 commit 23cb727

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "upstash-workflow"
3-
version = "0.0.1-rc.5"
3+
version = "0.1.0"
44
description = "Python SDK for Upstash Workflow"
55
license = "MIT"
66
authors = ["Upstash <[email protected]>"]

upstash_workflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.1-rc.5"
1+
__version__ = "0.1.0"
22

33
from upstash_workflow.context.context import WorkflowContext
44
from upstash_workflow.serve.serve import serve

0 commit comments

Comments
 (0)