Skip to content

Commit

Permalink
update for latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Aug 30, 2024
1 parent 38080e7 commit 2ea4806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bio_compose/verifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def verify_omex(
}

query_params = {
'simulators': ','.join(sims),
'simulators': sims,
'include_outputs': str(include_outputs).lower(),
'comparison_id': _id,
}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This project configuration should relate only to the high level notebook api (as primary deps).
[tool.poetry]
name = "bio-compose"
version = "0.4.0"
version = "0.4.1"
description = "Create, execute, and introspect reproducible composite simulations of dynamic biological systems."
authors = ["Alex Patrie <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 2ea4806

Please sign in to comment.