Skip to content

Commit ec23bba

Browse files
committed
Bump version 1.13.0 -> 1.13.1
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent 55ff5a3 commit ec23bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chaoslib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
__all__ = ["__version__", "decode_bytes", "substitute", "merge_vars",
2828
"convert_vars"]
29-
__version__ = '1.13.0'
29+
__version__ = '1.13.1'
3030

3131

3232
def substitute(data: Union[None, str, Dict[str, Any], List],

0 commit comments

Comments
 (0)