From 24286e415a5a24306a2ded4d069bd511eb2e2f16 Mon Sep 17 00:00:00 2001 From: Saurav Maheshkar Date: Fri, 2 Aug 2024 13:05:27 +0100 Subject: [PATCH] chore: bump pkg version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16df799f9..f897882f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] description = "fork of the official SAMv2 implementation with cpu support" name = "samv2" -version = "0.0.2" +version = "0.0.3" authors = [{ name = "Saurav Maheshkar", email = "sauravvmaheshkar@gmail.com" }] readme = ".github/README.md" requires-python = ">=3.8"