diff --git a/c2pa-native-version.txt b/c2pa-native-version.txt index f8bb7ede..3a9207bf 100644 --- a/c2pa-native-version.txt +++ b/c2pa-native-version.txt @@ -1 +1 @@ -c2pa-v0.78.2 +c2pa-v0.78.3 diff --git a/tests/test_unit_tests.py b/tests/test_unit_tests.py index 61847223..8d455c38 100644 --- a/tests/test_unit_tests.py +++ b/tests/test_unit_tests.py @@ -70,7 +70,7 @@ 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.78.2", sdk_version()) + self.assertIn("0.78.3", sdk_version()) class TestReader(unittest.TestCase):