diff --git a/Dockerfile b/Dockerfile index 6f29048..7db198d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # VERSION -ARG VERSION=0.0.5 +ARG VERSION=0.0.6 ARG SIMULATOR_VERSION="2021-07-09" # Base OS diff --git a/biosimulators_opencor/_version.py b/biosimulators_opencor/_version.py index eead319..fa9c4ec 100644 --- a/biosimulators_opencor/_version.py +++ b/biosimulators_opencor/_version.py @@ -1 +1 @@ -__version__ = '0.0.5' +__version__ = '0.0.6'