From 323a3f64d482482cf083d5ac885e4ada04787385 Mon Sep 17 00:00:00 2001 From: Steven Wu Date: Mon, 16 Dec 2024 16:45:09 -0500 Subject: [PATCH] chore: bump to 0.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3339a2c..02126a8 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.0.1" +version = "0.1.0" authors = [{ name="Steven Wu" }] readme = "README.md" license = { file = "LICENSE" }