Skip to content

Commit d82e2ef

Browse files
Merge pull request #16 from StructuralPython/releases/v0.4.3
bump version
2 parents 39bef3a + 2846792 commit d82e2ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)