From e43f9101886ea6c290d6b1e0ada3796f0e798d88 Mon Sep 17 00:00:00 2001 From: jwohlwend Date: Wed, 20 Nov 2024 22:45:55 -0500 Subject: [PATCH] increment patch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 412d487..4450877 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "boltz" -version = "0.2.0" +version = "0.2.1" requires-python = ">=3.9" description = "Boltz-1" readme = "README.md"