Skip to content

Commit b4db3c1

Browse files
committed
version bump
1 parent 39294b9 commit b4db3c1

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 = "sfn_workflow_client"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "Enhanced, asyncio-compatible client for AWS Step Functions."
55
authors = ["Jonathan Drake <[email protected]>"]
66
license = "BSD-3-Clause"

sfn_workflow_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Enhanced, asyncio-compatible client for AWS Step Functions."""
22

3-
__version__ = "1.0.0"
3+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)