From 5275c4e9ae0a8d2bca9a5061e1e31ac716ab095d Mon Sep 17 00:00:00 2001 From: Marat Shakirov Date: Tue, 6 Aug 2024 13:48:37 +0200 Subject: [PATCH] fix: add build --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 149e414..0d05558 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "getsecure" -version = "0.0.7" +version = "0.0.8" description = "Utility for securing expiring links" authors = ["maratsh "] license = "MIT"