From efe64fcd886176614193976198c0a80d39a1f21b Mon Sep 17 00:00:00 2001 From: Chris Busillo Date: Mon, 24 Jun 2024 15:10:59 -0400 Subject: [PATCH] Bump version after merge into release --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c9467be..93397be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bd_to_avp" -version = "0.2.117" +version = "0.2.118" description = "Script to convert 3D Blu-ray Discs (and mts) to Apple Vision Pro (MV-HEVC) files" authors = ["Chris Busillo "] readme = "README.md" @@ -42,7 +42,7 @@ build-backend = "poetry.core.masonry.api" project_name = "3D Blu-ray to Vision pro" bundle = "com.shinycomputers" architectures = ["arm64"] -version = "0.2.117" +version = "0.2.118" icon = "bd_to_avp/resources/app_icon" organization = "Shiny Computers"