Skip to content

Commit

Permalink
detach from cli
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Dec 6, 2024
1 parent 39768f8 commit 804aa09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions h3daemon/h3daemon/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def start(
stdin=stdin,
stdout=stdout,
stderr=stderr,
detach=True,
force=force,
)

Expand Down
2 changes: 1 addition & 1 deletion h3daemon/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "h3daemon"
version = "0.16.11"
version = "0.16.12"
description = "HMMER server"
authors = ["Danilo Horta <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 804aa09

Please sign in to comment.