Skip to content

Commit 02979d1

Browse files
authored
Merge branch 'main' into mathern/helper-apis-2
2 parents 44a1919 + 4593aac commit 02979d1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

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

55
[project]
66
name = "c2pa-python"
7-
version = "0.24.1"
7+
version = "0.25.0"
88
requires-python = ">=3.10"
99
description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library"
1010
readme = { file = "README.md", content-type = "text/markdown" }

src/c2pa/c2pa.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,6 @@ def is_embedded(self) -> bool:
18041804

18051805
result = _lib.c2pa_reader_is_embedded(self._reader)
18061806

1807-
# c_bool should return a Python bool directly
18081807
return bool(result)
18091808

18101809
def get_remote_url(self) -> Optional[str]:

0 commit comments

Comments
 (0)