From 48594b21911fdf01df55760dd8afc95ee0a32762 Mon Sep 17 00:00:00 2001 From: Steven Wu Date: Thu, 19 Dec 2024 16:17:21 -0500 Subject: [PATCH] chore: bump to 0.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cfdd01f..4919939 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "pyjsonpatch" description = "A Python implementation of JSON Pointer and JSON Patch" -version = "0.1.1" +version = "0.1.2" authors = [{ name="Steven Wu" }] readme = "README.md" license = { file = "LICENSE" }