From 914e4ab87587d1ac1c9b61841a98b925ce2508f7 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sat, 16 Sep 2023 14:51:26 +0100 Subject: [PATCH] python release --- cmdapp/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdapp/pyproject.toml b/cmdapp/pyproject.toml index 2a642d7..e463390 100644 --- a/cmdapp/pyproject.toml +++ b/cmdapp/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vtracer" -version = "0.6.0" +version = "0.6.7" description = "Python bindings for the Rust Vtracer raster-to-vector library" authors = [ { name = "Chris Tsang", email = "chris.2y3@outlook.com" } ] readme = "vtracer/README.md"