From 7cee4f4f8dd123d5276487654e3a88c9e1e6b567 Mon Sep 17 00:00:00 2001 From: nevaforget Date: Thu, 26 Mar 2026 16:31:20 +0100 Subject: [PATCH] Bump version to 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b9171eb..af7e9b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "moonlock" -version = "0.1.1" +version = "0.2.0" description = "A secure Wayland lockscreen with GTK4, PAM and fingerprint support" requires-python = ">=3.11" license = "MIT"