Skip to content

Commit

Permalink
Bump version to 0.33.1rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ybastide committed Oct 11, 2023
1 parent 275062f commit 928779c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.33.1rc1
---------

- (#434)

0.33.0
------

Expand Down
2 changes: 1 addition & 1 deletion simpleflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
from .signal import WaitForSignal # NOQA
from .workflow import Workflow # NOQA

__version__ = "0.33.0"
__version__ = "0.33.1rc1"
__author__ = "Greg Leclercq"
__license__ = "MIT"

0 comments on commit 928779c

Please sign in to comment.