Skip to content

Commit

Permalink
feat: updated biosimulators-utils requirement to 0.1.162
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Feb 23, 2022
1 parent ed6a804 commit ca7b68b
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
Expand Up @@ -14,7 +14,7 @@
# Base OS
FROM python:3.9-slim-buster

ARG VERSION="0.1.22"
ARG VERSION="0.1.23"
ARG SIMULATOR_VERSION="0.22.1"

# metadata
Expand Down
2 changes: 1 addition & 1 deletion biosimulators_cobrapy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.22'
__version__ = '0.1.23'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
biosimulators_utils[logging] >= 0.1.132
biosimulators_utils[logging] >= 0.1.162
cobra
kisao
lxml
Expand Down

0 comments on commit ca7b68b

Please sign in to comment.