diff --git a/c2pa-native-version.txt b/c2pa-native-version.txt index 34e79839..20d8c27f 100644 --- a/c2pa-native-version.txt +++ b/c2pa-native-version.txt @@ -1 +1 @@ -c2pa-v0.75.16 +c2pa-v0.75.19 diff --git a/tests/test_unit_tests.py b/tests/test_unit_tests.py index f3368051..88a4499c 100644 --- a/tests/test_unit_tests.py +++ b/tests/test_unit_tests.py @@ -67,8 +67,8 @@ def load_test_settings_json(): class TestC2paSdk(unittest.TestCase): def test_sdk_version(self): - # This test verifies the native libraries used match the expected version - self.assertIn("0.75.16", sdk_version()) + # This test verifies the native libraries used match the expected version. + self.assertIn("0.75.19", sdk_version()) class TestReader(unittest.TestCase):