Skip to content

Commit f19695d

Browse files
authored
chore: Bump c2pa-rs version to c2pa-v0.75.10 (#223)
* Update c2pa-native-version.txt * Update test_unit_tests.py * Update test_unit_tests.py * Update c2pa-native-version.txt * Retrigger all tests at once
1 parent 86d6ca1 commit f19695d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

c2pa-native-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c2pa-v0.75.8
1+
c2pa-v0.75.10

tests/test_unit_tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ def load_test_settings_json():
6767

6868
class TestC2paSdk(unittest.TestCase):
6969
def test_sdk_version(self):
70-
self.assertIn("0.75.8", sdk_version())
70+
# This test verifies the native libraries used match the expected version
71+
self.assertIn("0.75.10", sdk_version())
7172

7273

7374
class TestReader(unittest.TestCase):

0 commit comments

Comments
 (0)