Skip to content

Commit

Permalink
Update version to 0.14.1 and replace pylockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed May 16, 2024
1 parent c7eebb7 commit efeb841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions h3daemon/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "h3daemon"
version = "0.14.0"
version = "0.14.1"
description = "HMMER server"
authors = ["Danilo Horta <[email protected]>"]
license = "MIT"
Expand All @@ -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"]
Expand Down

0 comments on commit efeb841

Please sign in to comment.