Skip to content

Commit

Permalink
chore: updated to biosimulators-utils 0.1.105
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Aug 18, 2021
1 parent 01df153 commit 86bf1de
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,7 +1,7 @@
# Base OS
FROM python:3.9-slim-buster

ARG VERSION="0.0.3"
ARG VERSION="0.0.4"
ARG SIMULATOR_VERSION=8.0

# metadata
Expand Down
2 changes: 1 addition & 1 deletion biosimulators_xpp/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.3'
__version__ = '0.0.4'
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.104
biosimulators_utils[logging] >= 0.1.105
kisao >= 2.26
numpy
pandas

0 comments on commit 86bf1de

Please sign in to comment.