Skip to content

Commit 6adc1ba

Browse files
authored
chore Update c2pa-native-version.txt to c2pa-v0.75.21 (#227)
* Update c2pa-native-version.txt * chore: Update test_unit_tests.py
1 parent 4ee7319 commit 6adc1ba

2 files changed

Lines changed: 2 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.19
1+
c2pa-v0.75.21

tests/test_unit_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def load_test_settings_json():
6868
class TestC2paSdk(unittest.TestCase):
6969
def test_sdk_version(self):
7070
# This test verifies the native libraries used match the expected version.
71-
self.assertIn("0.75.19", sdk_version())
71+
self.assertIn("0.75.21", sdk_version())
7272

7373

7474
class TestReader(unittest.TestCase):

0 commit comments

Comments
 (0)