Skip to content

Commit 2004cbc

Browse files
committed
bump version
1 parent 8d6cf0f commit 2004cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jsonchain/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A small package to aid in the use of the chaining techniques taught by Structural Python
33
"""
44

5-
__version__ = "0.4.0"
5+
__version__ = "0.4.1"
66

77

88
from .io import (load_json, dump_json)

0 commit comments

Comments
 (0)