From efeb84140e3b4838ac68d3cf332063b1779f0b14 Mon Sep 17 00:00:00 2001 From: Danilo Horta Date: Thu, 16 May 2024 12:17:13 +0100 Subject: [PATCH] Update version to 0.14.1 and replace pylockfile --- h3daemon/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/h3daemon/pyproject.toml b/h3daemon/pyproject.toml index f17d876..93424ab 100644 --- a/h3daemon/pyproject.toml +++ b/h3daemon/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "h3daemon" -version = "0.14.0" +version = "0.14.1" description = "HMMER server" authors = ["Danilo Horta "] license = "MIT" @@ -10,9 +10,9 @@ readme = "README.md" python = "^3.9" hmmer = "^3.4" psutil = "^5.9" -pylockfile = "^0.0.3.3" python-daemon = "^3.0" typer = "^0.12" +pidlockfile = "^0.3" [build-system] requires = ["poetry-core"]