diff --git a/README.md b/README.md index eec88c0..a9402a3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Yet Another Audio Splitter -This is Yaas 0.6.0, a tool to split video soundtracks into separate tracks +This is Yaas 0.6.1, 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 14263a2..08753b1 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.6.0 +AppVersion=0.6.1 AppPublisher=Gaƫl de Chalendar AppPublisherURL=https://github.com/kleag/yaas AppContact=kleagg@gmail.com diff --git a/pyproject.toml b/pyproject.toml index c48cfba..1e18bad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "yaas" -version = "0.6.0" +version = "0.6.1" 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.6.0" +current_version = "0.6.1" 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 675381e..3ee4762 100644 --- a/src/yaas/__init__.py +++ b/src/yaas/__init__.py @@ -1 +1 @@ -"0.6.0" +"0.6.1"