We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8894bb commit a40599dCopy full SHA for a40599d
tests/test_c2pa.py
@@ -15,7 +15,7 @@
15
import pytest
16
17
def test_version():
18
- assert c2pa.version() == "0.1.1"
+ assert c2pa.version() == "0.2.0"
19
20
def test_sdk_version():
21
assert c2pa.sdk_version() == "0.26.0"
tests/training.py
@@ -30,6 +30,8 @@
30
def getitem(d, key):
31
return reduce(operator.getitem, key, d)
32
33
+print("version = " + c2pa.version())
34
+
35
# first create an asset with a do not train assertion
36
37
# define a manifest with the do not train assertion
0 commit comments