From 28467926dc1a50af4cee367d4dc43761ee5777b0 Mon Sep 17 00:00:00 2001 From: connor-sp Date: Thu, 11 Sep 2025 11:34:49 -0700 Subject: [PATCH] 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 0ec407c..37e15db 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.4.2" +__version__ = "0.4.3" from .io import (load_json, dump_json)