Skip to content

Commit

Permalink
Bump deciphon and deciphon-core versions
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Oct 31, 2023
1 parent 8dffae4 commit 1d638c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions control/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deciphonctl"
version = "0.3.3"
version = "0.3.4"
description = "Control Deciphon server."
authors = ["Danilo Horta <[email protected]>"]
license = "MIT"
Expand All @@ -14,10 +14,10 @@ requests = "^2"
pydantic = "^2"
pydantic-settings = "^2"
fasta-reader = "^3"
deciphon = "^0"
deciphon-core = "^0"
deciphon = ">=0.10.2"
deciphon-core = ">=0.18.5"
loguru = "^0"
deciphon-sched = "^0.4.1"
deciphon-sched = ">=0.11.2"
paho-mqtt = "^1.6.1"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 1d638c3

Please sign in to comment.