Skip to content

Commit

Permalink
feat: release 0.1.0 (#29)
Browse files Browse the repository at this point in the history
* feat: release 0.0.1

* feat: release 0.1.0
  • Loading branch information
yunusemreozdemir authored Jan 29, 2025
1 parent 9a83c19 commit 23cb727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion upstash_workflow/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 23cb727

Please sign in to comment.