🔖 Bump version to 3.4.4

This commit is contained in:
Oskar Dudziński
2026-07-07 15:45:07 +02:00
parent 80a34962e0
commit f5c8e96580
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "tiddl"
version = "3.4.4a1"
version = "3.4.4"
description = "Download Tidal tracks with CLI downloader."
readme = "README.md"
requires-python = ">=3.13"
+1 -1
View File
@@ -13,7 +13,7 @@ log = logging.getLogger("tiddl")
app = typer.Typer(name="tiddl", no_args_is_help=True, rich_markup_mode="rich")
register_commands(app)
VERSION = "v3.4.4a1"
VERSION = "v3.4.4"
@app.callback()