Skip to content

Commit a3f51b2

Browse files
authored
Merge pull request #61 from contentauth/gpeacock/v6.1
chore: Bump version number to 0.6.1 to allow publishing
2 parents 8b08254 + b52fe6d commit a3f51b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "c2pa-python"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2021"
55
authors = ["Gavin Peacock <[email protected]"]
66

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def test_v2_read_cloud_manifest():
6565
assert manifest is not None
6666

6767
def test_version():
68-
assert version() == "0.6.0"
68+
assert version() == "0.6.1"
6969

7070
def test_sdk_version():
7171
assert "c2pa-rs/" in sdk_version()

tests/test_unit_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
class TestC2paSdk(unittest.TestCase):
2727
def test_version(self):
28-
self.assertIn("0.6.0", sdk_version())
28+
self.assertIn("0.6.1", sdk_version())
2929

3030

3131
class TestReader(unittest.TestCase):

0 commit comments

Comments
 (0)