We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44a1919 + 4593aac commit 02979d1Copy full SHA for 02979d1
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "c2pa-python"
7
-version = "0.24.1"
+version = "0.25.0"
8
requires-python = ">=3.10"
9
description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library"
10
readme = { file = "README.md", content-type = "text/markdown" }
src/c2pa/c2pa.py
@@ -1804,7 +1804,6 @@ def is_embedded(self) -> bool:
1804
1805
result = _lib.c2pa_reader_is_embedded(self._reader)
1806
1807
- # c_bool should return a Python bool directly
1808
return bool(result)
1809
1810
def get_remote_url(self) -> Optional[str]:
0 commit comments