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 8495fcb commit 3c1a08fCopy full SHA for 3c1a08f
tests/test_unit_tests.py
@@ -40,7 +40,7 @@
40
41
class TestC2paSdk(unittest.TestCase):
42
def test_sdk_version(self):
43
- self.assertIn("0.62.0", sdk_version())
+ self.assertIn("0.63.0", sdk_version())
44
45
46
class TestReader(unittest.TestCase):
0 commit comments