diff --git a/c2pa-native-version.txt b/c2pa-native-version.txt index 3fb3c77..a6b3410 100644 --- a/c2pa-native-version.txt +++ b/c2pa-native-version.txt @@ -1 +1 @@ -c2pa-v0.75.2 +c2pa-v0.75.4 diff --git a/tests/test_unit_tests.py b/tests/test_unit_tests.py index 7134bac..9c9e796 100644 --- a/tests/test_unit_tests.py +++ b/tests/test_unit_tests.py @@ -43,7 +43,7 @@ def load_test_settings_json(): """ - Load default trust configuration test settings from a + Load default (legacy) trust configuration test settings from a JSON config file and return its content as JSON-compatible dict. The return value is used to load settings. @@ -67,7 +67,7 @@ def load_test_settings_json(): class TestC2paSdk(unittest.TestCase): def test_sdk_version(self): - self.assertIn("0.75.2", sdk_version()) + self.assertIn("0.75.4", sdk_version()) class TestReader(unittest.TestCase):