From 5c7e51537a1be1d552f6b77526b91d7023d2e4a7 Mon Sep 17 00:00:00 2001 From: Connor Ferster Date: Tue, 22 Jul 2025 17:15:35 -0700 Subject: [PATCH] chore: bump version --- src/jsonchain/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jsonchain/__init__.py b/src/jsonchain/__init__.py index f61f455..99f1914 100644 --- a/src/jsonchain/__init__.py +++ b/src/jsonchain/__init__.py @@ -2,7 +2,7 @@ A small package to aid in the use of the chaining techniques taught by Structural Python """ -__version__ = "0.1.0" +__version__ = "0.2.0" from .io import (load_json, dump_json)