Skip to content

Commit 007b0eb

Browse files
committed
Bump version 0.6.8 -> 0.6.9
1 parent 8e94e5d commit 007b0eb

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Yet Another Audio Splitter
22

3-
This is Yaas 0.6.8, a tool to split video soundtracks into separate tracks
3+
This is Yaas 0.6.9, a tool to split video soundtracks into separate tracks
44
using OpenUnmix.
55

66
[["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/kleag)

inno_setup_script.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[Setup]
55
AppId=51bf107a-58a8-4256-82db-d1bb714a8423
66
AppName=Yaas
7-
AppVersion=0.6.8
7+
AppVersion=0.6.9
88
AppPublisher=Gaël de Chalendar
99
AppPublisherURL=https://github.com/kleag/yaas
1010
AppContact=kleagg@gmail.com

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "yaas"
9-
version = "0.6.8"
9+
version = "0.6.9"
1010
description = "A tool to split video soundtracks into separate tracks using OpenUnmix"
1111
readme = "README.md"
1212
license = { file = "LICENSE" }
@@ -46,7 +46,7 @@ yaas = "yaas.app:main"
4646

4747

4848
[tool.bumpver]
49-
current_version = "0.6.8"
49+
current_version = "0.6.9"
5050
version_pattern = "MAJOR.MINOR.PATCH"
5151
commit_message = "Bump version {old_version} -> {new_version}"
5252
tag_message = "{new_version}"

src/yaas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"0.6.8"
1+
"0.6.9"

0 commit comments

Comments
 (0)