Skip to content

Commit

Permalink
Version release: v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nulinspiratie committed Oct 18, 2024
1 parent 9b53c13 commit 59ac1fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "qualibrate-runner"
version = "0.2.0"
version = "0.2.1"
description = ""
authors = ["Quantum Machines <[email protected]>"]
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ click = "^8.1.7"
tomli = { version = "^2.0.1", python = "<3.11" }
tomli-w = "^1.0.0"
jsonpatch = "^1.33"
qualibrate-core = {version = "^0.2.0", optional = true}
qualibrate-core = { version = "^0.2.0", optional = true }

[tool.poetry.extras]
qualibrary = ["qualibrate-core"]
Expand Down

0 comments on commit 59ac1fa

Please sign in to comment.