🚀 Bump version to 3.4.1

This commit is contained in:
Oskar Dudziński
2026-05-05 20:56:47 +02:00
committed by GitHub
parent c285be6ed2
commit d9c8984dfa
+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.0a6"
VERSION = "v3.4.1"
@app.callback()