Skip to content

Commit a6bd71b

Browse files
authored
Merge pull request #133 from contentauth/update-native-libs
chore: Update native libs version
2 parents ae4ed38 + 48000ee commit a6bd71b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

c2pa-native-version.txt

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

tests/test_unit_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
class TestC2paSdk(unittest.TestCase):
4141
def test_sdk_version(self):
42-
self.assertIn("0.55.0", sdk_version())
42+
self.assertIn("0.58.0", sdk_version())
4343

4444

4545
class TestReader(unittest.TestCase):

0 commit comments

Comments
 (0)