diff --git a/c2pa-native-version.txt b/c2pa-native-version.txt index 55ab628e..df53b59e 100644 --- a/c2pa-native-version.txt +++ b/c2pa-native-version.txt @@ -1 +1 @@ -c2pa-v0.80.0 +c2pa-v0.80.1 diff --git a/tests/test_unit_tests.py b/tests/test_unit_tests.py index 4ed66127..2194ccbf 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.80.0", sdk_version()) + self.assertIn("0.80.1", sdk_version()) class TestReader(unittest.TestCase):