diff --git a/Dockerfile b/Dockerfile index 4bcdfaa..a956a1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Base OS FROM python:3.7.9-slim-buster -ARG VERSION="0.0.6" +ARG VERSION="0.1.0" ARG SIMULATOR_VERSION="0.11.11" # metadata diff --git a/biosimulators_amici/_version.py b/biosimulators_amici/_version.py index fa9c4ec..b794fd4 100644 --- a/biosimulators_amici/_version.py +++ b/biosimulators_amici/_version.py @@ -1 +1 @@ -__version__ = '0.0.6' +__version__ = '0.1.0'