Skip to content

Commit

Permalink
feat: updated required version of biosimulators-utils to 0.1.151
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Dec 20, 2021
1 parent fe2049d commit 785616c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# VERSION
ARG VERSION=0.0.11
ARG VERSION=0.0.12
ARG SIMULATOR_VERSION="2021-10-05"

# Base OS
Expand Down
2 changes: 1 addition & 1 deletion biosimulators_opencor/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.11'
__version__ = '0.0.12'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
biosimulators_utils[cellml,logging] >= 0.1.120
biosimulators_utils[cellml,logging] >= 0.1.151
kisao >= 2.28
lxml
numpy
Expand Down

0 comments on commit 785616c

Please sign in to comment.