Skip to content

Commit edad8ef

Browse files
authored
chore: Update c2pa version from v0.78.6 to v0.78.8 (#245)
* chore: Update c2pa version from v0.78.6 to v0.78.8 * Update expected SDK version in unit test * Bump version from 0.30.0 to 0.31.0
1 parent 370664c commit edad8ef

3 files changed

Lines changed: 3 additions & 3 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.6
1+
c2pa-v0.78.8

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "c2pa-python"
7-
version = "0.30.0"
7+
version = "0.31.0"
88
requires-python = ">=3.10"
99
description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library"
1010
readme = { file = "README.md", content-type = "text/markdown" }

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.6", sdk_version())
73+
self.assertIn("0.78.8", sdk_version())
7474

7575

7676
class TestReader(unittest.TestCase):

0 commit comments

Comments
 (0)