Skip to content

Commit

Permalink
fix: Bump version (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmathern authored Oct 9, 2024
1 parent f68d9e1 commit ed7f839
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c2pa-python"
version = "0.5.2"
version = "0.5.3"
edition = "2021"
authors = ["Gavin Peacock <gpeacock@adobe.com"]

Expand Down
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_v2_read_cloud_manifest():
assert manifest is not None

def test_version():
assert version() == "0.5.2"
assert version() == "0.5.3"

def test_sdk_version():
assert "c2pa-rs/" in sdk_version()
Expand Down
2 changes: 1 addition & 1 deletion tests/test_unit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

class TestC2paSdk(unittest.TestCase):
def test_version(self):
self.assertIn("0.5.2", sdk_version())
self.assertIn("0.5.3", sdk_version())


class TestReader(unittest.TestCase):
Expand Down

0 comments on commit ed7f839

Please sign in to comment.