From 84dc4e9dc30b4af58ff0e858f15fdc49603becd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20de=20Chalendar?= Date: Sun, 25 Aug 2024 16:32:14 +0200 Subject: [PATCH] Bump version 0.5.12 -> 0.5.13 --- README.md | 2 +- inno_setup_script.iss | 2 +- pyproject.toml | 4 ++-- src/yaas/__init__.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5b8cb59..4e9624f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Yet Another Audio Splitter -This is Yaas 0.5.12, a tool to split video soundtracks into separate tracks +This is Yaas 0.5.13, a tool to split video soundtracks into separate tracks using OpenUnmix. ## Installation diff --git a/inno_setup_script.iss b/inno_setup_script.iss index e8d663c..49046d3 100644 --- a/inno_setup_script.iss +++ b/inno_setup_script.iss @@ -4,7 +4,7 @@ [Setup] AppId=51bf107a-58a8-4256-82db-d1bb714a8423 AppName=Yaas -AppVersion=0.5.12 +AppVersion=0.5.13 AppPublisher=Gaƫl de Chalendar AppPublisherURL=https://github.com/kleag/yaas AppContact=kleagg@gmail.com diff --git a/pyproject.toml b/pyproject.toml index d674f9b..4a1ff43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "yaas" -version = "0.5.12" +version = "0.5.13" description = "A tool to split video soundtracks into separate tracks using OpenUnmix" readme = "README.md" license = { file = "LICENSE" } @@ -46,7 +46,7 @@ yaas = "yaas.app:main" [tool.bumpver] -current_version = "0.5.12" +current_version = "0.5.13" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "Bump version {old_version} -> {new_version}" tag_message = "{new_version}" diff --git a/src/yaas/__init__.py b/src/yaas/__init__.py index f750cc2..1afcfd9 100644 --- a/src/yaas/__init__.py +++ b/src/yaas/__init__.py @@ -1 +1 @@ -"0.5.12" +"0.5.13"