Skip to content

Commit e48def3

Browse files
committed
incrementing requirements and version
1 parent 7f3dc59 commit e48def3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Base OS
1515
FROM python:3.7.9-slim-buster
1616

17-
ARG VERSION="0.1.8"
17+
ARG VERSION="0.1.9"
1818
ARG SIMULATOR_VERSION=4.30.233
1919

2020
# metadata

biosimulators_copasi/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.8'
1+
__version__ = '0.1.9'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
biosimulators_utils >= 0.1.21
1+
biosimulators_utils >= 0.1.22
22
numpy
33
python_copasi >= 4.30.233

0 commit comments

Comments
 (0)