We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a62c3d commit 691a86eCopy full SHA for 691a86e
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "fast-c2pa-python"
3
-version = "0.1.4"
+version = "0.1.5"
4
edition = "2021"
5
authors = ["Sightengine <info@sightengine.com>"]
6
license = "MIT OR Apache-2.0"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
7
8
description = "Fast Python library for reading C2PA metadata using PyO3 bindings to c2pa-rs"
9
authors = [{name = "Sightengine", email = "info@sightengine.com"}]
10
license = {text = "MIT OR Apache-2.0"}
0 commit comments