From 1e19c09facccbc5364361ab85ffaf73385da2bef Mon Sep 17 00:00:00 2001 From: Steven Wu Date: Wed, 18 Dec 2024 09:39:39 -0500 Subject: [PATCH] chore: bump to 0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 02126a8..1ca7777 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "pyjsonpatch" description = "A small example package" -version = "0.1.0" +version = "0.1.1" authors = [{ name="Steven Wu" }] readme = "README.md" license = { file = "LICENSE" }