We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e08b61 commit d91d277Copy full SHA for d91d277
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "fast-c2pa-python"
3
-version = "0.1.7"
+version = "0.1.8"
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