Skip to content

Commit 768114a

Browse files
Merge pull request #20 from StructuralPython/releases/v0.5.1
bump version
2 parents ff5cb2d + b66acac commit 768114a

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.5.0"
5+
__version__ = "0.5.1"
66

77

88
from .io import (load_json, dump_json)

0 commit comments

Comments
 (0)