This commit is contained in:
Chris Tsang
2023-09-16 14:35:49 +01:00
parent f4c7828049
commit f35df1f6b2
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## 0.6.0 - 2023-09-08
## 0.6.0 - 2023-09-16
* Python Binding

View File

@@ -1,6 +1,6 @@
[package]
name = "vtracer"
version = "0.7.0"
version = "0.6.0"
authors = ["Chris Tsang <chris.2y3@outlook.com>"]
edition = "2021"
description = "A cmd app to convert images into vector graphics."

View File

@@ -1,6 +1,6 @@
[project]
name = "vtracer"
version = "0.7.0"
version = "0.6.0"
description = "Python bindings for the Rust Vtracer raster-to-vector library"
authors = [ { name = "Chris Tsang", email = "chris.2y3@outlook.com" } ]
readme = "vtracer/README.md"