Skip to content

Commit 41f2108

Browse files
committed
Bump version 0.6.3 -> 0.6.4
1 parent 5c83f41 commit 41f2108

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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.3, a tool to split video soundtracks into separate tracks
3+
This is Yaas 0.6.4, a tool to split video soundtracks into separate tracks
44
using OpenUnmix.
55

66
## Installation

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.3
7+
AppVersion=0.6.4
88
AppPublisher=Gaël de Chalendar
99
AppPublisherURL=https://github.com/kleag/yaas
1010

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.3"
9+
version = "0.6.4"
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.3"
49+
current_version = "0.6.4"
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.3"
1+
"0.6.4"

0 commit comments

Comments
 (0)