From debca2fc1d82a34e4b0bde31156e985b5f6c8d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Dudzi=C5=84ski?= <56404247+oskvr37@users.noreply.github.com> Date: Tue, 28 Apr 2026 22:46:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Bump=20version=20from=203.4.0a2?= =?UTF-8?q?=20to=203.4.0a3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb073fa..f1d8fc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tiddl" -version = "3.4.0a2" +version = "3.4.0a3" description = "Download Tidal tracks with CLI downloader." readme = "README.md" requires-python = ">=3.13"