From afd5e222cd2a1fddbb41be538eb19a42f0023751 Mon Sep 17 00:00:00 2001 From: Jonathan Karr Date: Tue, 29 Dec 2020 04:42:40 -0500 Subject: [PATCH] incrementing version --- Dockerfile | 2 +- biosimulators_amici/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'