Skip to content

Commit 3f58f95

Browse files
beveradbclaude
andauthored
chore: bump version to 0.42.1 (#271)
Patch release for: - Fix chunk overwrite when using custom_output_names with chunk_duration (#259, #270) - Clarify demucs segment_size "Default" documentation (#264, #270) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4549b04 commit 3f58f95

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "audio-separator"
7-
version = "0.42.0"
7+
version = "0.42.1"
88
description = "Easy to use audio stem separation, using various models from UVR trained primarily by @Anjok07"
99
authors = ["Andrew Beveridge <andrew@beveridge.uk>"]
1010
license = "MIT"

tests/unit/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def mock_distribution():
1616
def side_effect(package_name):
1717
if package_name == "audio-separator":
1818
mock_dist = MagicMock()
19-
mock_dist.version = "0.42.0"
19+
mock_dist.version = "0.42.1"
2020
return mock_dist
2121
return original_distribution(package_name)
2222

0 commit comments

Comments
 (0)