Skip to content

Commit f305464

Browse files
committed
Bump version to 0.1.4 - Updated CI to only run on tags and API tests only
1 parent ba82a90 commit f305464

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.0"
3+
version = "0.1.4"
44
edition = "2021"
55
authors = ["Sightengine <info@sightengine.com>"]
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.3"
7+
version = "0.1.4"
88
description = "Fast Python library for reading C2PA metadata using PyO3 bindings to c2pa-rs"
99
authors = [{name = "Sightengine", email = "info@sightengine.com"}]
1010
license = {text = "MIT OR Apache-2.0"}

0 commit comments

Comments
 (0)