Skip to content

Commit 0622915

Browse files
authored
chore: Bump c2pa-v0.78.3 (#240)
* chore: Bump c2pa-v0.78.3 * fix: Update test_unit_tests.py
1 parent 4b6dc47 commit 0622915

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.78.2
1+
c2pa-v0.78.3

tests/test_unit_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def load_test_settings_json():
7070
class TestC2paSdk(unittest.TestCase):
7171
def test_sdk_version(self):
7272
# This test verifies the native libraries used match the expected version.
73-
self.assertIn("0.78.2", sdk_version())
73+
self.assertIn("0.78.3", sdk_version())
7474

7575

7676
class TestReader(unittest.TestCase):

0 commit comments

Comments
 (0)