Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion c2pa-native-version.txt
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
c2pa-v0.90.14
c2pa-v0.90.15
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "c2pa-python"
version = "0.37.7"
version = "0.37.8"
requires-python = ">=3.10"
description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library"
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down
2 changes: 1 addition & 1 deletion src/c2pa/c2pa.py
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,7 +11,7 @@
# specific language governing permissions and limitations under
# each license.

# Version: 0.37.7
# Version: 0.37.8

import ctypes
import enum
Expand Down
Loading