From 8353cf4447148b671353a53861b83eb171df31d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 25 Oct 2025 14:10:01 +0000 Subject: [PATCH] Bump version to 0.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f5f9bc..96f9d2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pysdfgen" -version = "0.2.1" +version = "0.2.2" description = "SDFGen for Python" readme = "README.md" license = {text = "MIT"}