Skip to content

Commit 81c4afa

Browse files
authored
chore: Update c2pa-native-version to v0.63.0 (#160)
* Update c2pa-native-version.txt * fix: Update test_unit_tests.py * fix: Update c2pa-native-version.txt * Update test_unit_tests.py
1 parent 0a8e508 commit 81c4afa

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.61.0
1+
c2pa-v0.63.0

tests/test_unit_tests.py

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

4141
class TestC2paSdk(unittest.TestCase):
4242
def test_sdk_version(self):
43-
self.assertIn("0.61.0", sdk_version())
43+
self.assertIn("0.63.0", sdk_version())
4444

4545

4646
class TestReader(unittest.TestCase):

0 commit comments

Comments
 (0)