diff --git a/Cargo.toml b/Cargo.toml index e765f99..02bbba4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "resvg_py" -version = "0.1.5" +version = "0.1.6" edition = "2021" authors = ['baseplate-admin'] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -26,4 +26,4 @@ panic = "abort" codegen-units = 1 lto = "fat" opt-level ='z' -strip = true \ No newline at end of file +strip = true