Skip to content

Commit

Permalink
bumping biosimulators-utils requirement; bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Dec 28, 2020
1 parent 7088658 commit 7f3dc59
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.7.9-slim-buster

ARG VERSION="0.1.6"
ARG VERSION="0.1.8"
ARG SIMULATOR_VERSION=4.30.233

# metadata
Expand Down
2 changes: 1 addition & 1 deletion biosimulators_copasi/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.7'
__version__ = '0.1.8'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
biosimulators_utils >= 0.1.20
biosimulators_utils >= 0.1.21
numpy
python_copasi >= 4.30.233

0 comments on commit 7f3dc59

Please sign in to comment.