File tree Expand file tree Collapse file tree 4 files changed +167
-397
lines changed
Expand file tree Collapse file tree 4 files changed +167
-397
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ check-format:
9898
9999# Formats Python source code using autopep8 with aggressive settings
100100format :
101- autopep8 --aggressive --aggressive --in-place src/c2pa/c2pa .py
101+ autopep8 --aggressive --aggressive --in-place src/c2pa/* .py
102102
103103# Downloads the required native artifacts for the specified version
104104download-native-artifacts :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " c2pa-python"
7- version = " 0.17.1 "
7+ version = " 0.17.0 "
88requires-python = " >=3.10"
99description = " Python bindings for the C2PA Content Authenticity Initiative (CAI) library"
1010readme = { file = " README.md" , content-type = " text/markdown" }
You can’t perform that action at this time.
0 commit comments