Skip to content

Commit

Permalink
updating to biosimulators-utils 0.1.52; bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Apr 14, 2021
1 parent 8ed5223 commit 9e0c560
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 ghcr.io/biosimulators/biosimulators_boolnet/boolnet_base:latest

ARG VERSION="0.1.9"
ARG VERSION="0.1.10"
ARG SIMULATOR_VERSION=2.1.5

# metadata
Expand Down
2 changes: 1 addition & 1 deletion biosimulators_boolnet/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.9'
__version__ = '0.1.10'
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,sbml] >= 0.1.51
biosimulators_utils[logging,sbml] >= 0.1.52
lxml
numpy
rpy2

0 comments on commit 9e0c560

Please sign in to comment.