Skip to content

Commit 2b288f1

Browse files
authored
Merge branch 'main' into mathern/docs-update
2 parents 89329f3 + 423e82b commit 2b288f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

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.12.0"
7+
version = "0.12.1"
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
@@ -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)