Skip to content

Commit 2336a3d

Browse files
Merge pull request #4 from StructuralPython/releases/v0.2.0
chore: bump version
2 parents d1282e1 + 5c7e515 commit 2336a3d

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.1.0"
5+
__version__ = "0.2.0"
66

77

88
from .io import (load_json, dump_json)

0 commit comments

Comments
 (0)