diff --git a/README.md b/README.md index f2739ec..deb80a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Yet Another Audio Splitter -This is Yaas 0.1.25, a tool to split video soundtracks into separate tracks +This is Yaas 0.1.26, 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 8674915..f14f087 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.1.25 +AppVersion=0.1.26 AppPublisher=Gaƫl de Chalendar AppPublisherURL=https://github.com/kleag/yaas AppContact=kleagg@gmail.com diff --git a/pyproject.toml b/pyproject.toml index 90d1449..0c8f9ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "yaas" -version = "0.1.25" +version = "0.1.26" description = "A tool to split video soundtracks into separate tracks using OpenUnmix" readme = "README.md" license = { file = "LICENSE" } @@ -48,7 +48,7 @@ yaas = "yaas:main" [tool.bumpver] -current_version = "0.1.25" +current_version = "0.1.26" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "Bump version {old_version} -> {new_version}" tag_message = "{new_version}" diff --git a/src/__init__.py b/src/__init__.py index eb746a8..40dca3a 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1 +1 @@ -"0.1.25" +"0.1.26"