We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05843d9 commit e6a104cCopy full SHA for e6a104c
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "c2pa-python"
7
-version = "0.27.1"
+version = "0.28.0"
8
requires-python = ">=3.10"
9
description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library"
10
readme = { file = "README.md", content-type = "text/markdown" }
src/c2pa/__init__.py
@@ -26,7 +26,8 @@
26
Signer,
27
Stream,
28
sdk_version,
29
- read_ingredient_file
+ read_ingredient_file,
30
+ load_settings
31
) # NOQA
32
33
# Re-export C2paError and its subclasses
@@ -39,5 +40,6 @@
39
40
'Signer',
41
'Stream',
42
'sdk_version',
- 'read_ingredient_file'
43
+ 'read_ingredient_file',
44
+ 'load_settings'
45
]
0 commit comments