Skip to content

Commit 934a8f3

Browse files
authored
ci: Revert "fix: Refactor, setup logger on c2pa.py (#144)" (#152)
This reverts commit 5efeaa2.
1 parent 5efeaa2 commit 934a8f3

File tree

4 files changed

+167
-397
lines changed

4 files changed

+167
-397
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/c2pa.py
101+
autopep8 --aggressive --aggressive --in-place src/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.1"
7+
version = "0.17.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)