From 6fdfec86109f6a94fd92a2ea64ddc8d03386779a Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Thu, 2 May 2024 22:58:11 +0100 Subject: [PATCH] python 0.6.11 --- cmdapp/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdapp/pyproject.toml b/cmdapp/pyproject.toml index 4f2a6d4..e503a28 100644 --- a/cmdapp/pyproject.toml +++ b/cmdapp/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vtracer" -version = "0.6.10" +version = "0.6.11" description = "Python bindings for the Rust Vtracer raster-to-vector library" authors = [ { name = "Chris Tsang", email = "chris.2y3@outlook.com" } ] readme = "vtracer/README.md"