Skip to content

Commit 2846792

Browse files
committed
bump version
1 parent 39bef3a commit 2846792

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.2"
5+
__version__ = "0.4.3"
66

77

88
from .io import (load_json, dump_json)

0 commit comments

Comments
 (0)