diff --git a/pyproject.toml b/pyproject.toml index ffc7a43..5954c32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bd_to_avp" -version = "0.2.43" +version = "0.2.44" description = "Script to convert 3D Blu-ray Discs to Apple Vision compatible files" authors = ["Chris Busillo "] readme = "README.md" @@ -32,7 +32,7 @@ build-backend = "poetry.core.masonry.api" [tool.briefcase] project_name = "Blu-ray to AVP" bundle = "com.shinycomputers" -version = "0.2.43" +version = "0.2.44" architectures = ["arm64"] icon = "bd_to_avp/resources/app_icon" author = "Chris Busillo"