Skip to content

Commit 5aae02c

Browse files
authored
fix: State handling, ext lowercasing (#154)
* fix: Resources handling * fix: More changes * fix: Extension upper casing * fix: Makefile * fix: Undo some formatting * fix: Signer clean up * fix: Logging * fix: Last state handling changes * fix: COmment
1 parent 934a8f3 commit 5aae02c

File tree

5 files changed

+451
-180
lines changed

5 files changed

+451
-180
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ check-format:
9898

9999
# Formats Python source code using autopep8 with aggressive settings
100100
format:
101-
autopep8 --aggressive --aggressive --in-place src/c2pa/*.py
101+
autopep8 --aggressive --aggressive --in-place src/c2pa/c2pa.py
102102

103103
# Downloads the required native artifacts for the specified version
104104
download-native-artifacts:

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.17.0"
7+
version = "0.18.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" }

0 commit comments

Comments
 (0)