From 179c96277135e40fbf2c4f55dcf6dd41196fda76 Mon Sep 17 00:00:00 2001 From: Misha Behersky Date: Thu, 3 Oct 2024 14:54:03 +0200 Subject: [PATCH] Release new 0.5.1 version :trumpet: --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 55ecc37..3831012 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hapless" -version = "0.5.0" +version = "0.5.1" description = "Run and track processes in background" authors = ["Misha Behersky "] license = "MIT"