Skip to content

Commit 691a86e

Browse files
committed
Bump version to 0.1.5 - Security fix for PyO3 vulnerability
1 parent 5a62c3d commit 691a86e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fast-c2pa-python"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2021"
55
authors = ["Sightengine <[email protected]>"]
66
license = "MIT OR Apache-2.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "fast-c2pa-python"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "Fast Python library for reading C2PA metadata using PyO3 bindings to c2pa-rs"
99
authors = [{name = "Sightengine", email = "[email protected]"}]
1010
license = {text = "MIT OR Apache-2.0"}

0 commit comments

Comments
 (0)