We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3dc59 commit e48def3Copy full SHA for e48def3
Dockerfile
@@ -14,7 +14,7 @@
14
# Base OS
15
FROM python:3.7.9-slim-buster
16
17
-ARG VERSION="0.1.8"
+ARG VERSION="0.1.9"
18
ARG SIMULATOR_VERSION=4.30.233
19
20
# metadata
biosimulators_copasi/_version.py
@@ -1 +1 @@
1
-__version__ = '0.1.8'
+__version__ = '0.1.9'
requirements.txt
@@ -1,3 +1,3 @@
-biosimulators_utils >= 0.1.21
+biosimulators_utils >= 0.1.22
2
numpy
3
python_copasi >= 4.30.233
0 commit comments