Skip to content

Commit 12ee0ed

Browse files
Merge pull request #22 from upstash/release-permission-test-rc3
feat: bump to rc.3 to test release tag permission issue
2 parents b100700 + 7295337 commit 12ee0ed

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.2"
3+
version = "0.0.1-rc.3"
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.2"
1+
__version__ = "0.0.1-rc.3"
22

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

0 commit comments

Comments
 (0)