Skip to content

Commit cc2ef99

Browse files
committed
bump version
1 parent 9611406 commit cc2ef99

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.3.0"
5+
__version__ = "0.4.0"
66

77

88
from .io import (load_json, dump_json)

0 commit comments

Comments
 (0)