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:
98
98
99
99
# Formats Python source code using autopep8 with aggressive settings
100
100
format :
101
- autopep8 --aggressive --aggressive --in-place src/c2pa/c2pa .py
101
+ autopep8 --aggressive --aggressive --in-place src/c2pa/* .py
102
102
103
103
# Downloads the required native artifacts for the specified version
104
104
download-native-artifacts :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " c2pa-python"
7
- version = " 0.17.1 "
7
+ version = " 0.17.0 "
8
8
requires-python = " >=3.10"
9
9
description = " Python bindings for the C2PA Content Authenticity Initiative (CAI) library"
10
10
readme = { file = " README.md" , content-type = " text/markdown" }
You can’t perform that action at this time.
0 commit comments