We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9b2e39 + 22eb514 commit 4255143Copy full SHA for 4255143
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "c2pa-python"
7
-version = "0.32.3"
+version = "0.32.4"
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" }
tests/test_unit_tests.py
@@ -70,7 +70,7 @@ def load_test_settings_json():
70
class TestC2paSdk(unittest.TestCase):
71
def test_sdk_version(self):
72
# This test verifies the native libraries used match the expected version.
73
- self.assertIn("0.80.1", sdk_version())
+ self.assertIn("0.80.2", sdk_version())
74
75
76
class TestReader(unittest.TestCase):
0 commit comments