From e3404d3040c0938ccf7827d2ab0260e985f0646f Mon Sep 17 00:00:00 2001 From: gummiflip Date: Sun, 21 Jun 2026 00:22:14 +0200 Subject: [PATCH] chore(release): bump version to 0.4.0 --- app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/__init__.py b/app/__init__.py index e459c9d..19643b6 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -1,4 +1,4 @@ """BlitztextLinux app package.""" # Single source of truth for the application version. -__version__ = "0.3.0" +__version__ = "0.4.0"