Skip to content

Commit 32bba87

Browse files
committed
Bump version to 0.32.1
1 parent b440860 commit 32bba87

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
0.32.1
5+
------
6+
7+
8+
49
0.32.1.dev1
510
-----------
611

simpleflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
from .signal import WaitForSignal # NOQA
66
from .workflow import Workflow # NOQA
77

8-
__version__ = "0.32.1.dev1"
8+
__version__ = "0.32.1"
99
__author__ = "Greg Leclercq"
1010
__license__ = "MIT"

0 commit comments

Comments
 (0)