Skip to content

Commit

Permalink
chore: bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Sep 1, 2021
1 parent 6b76949 commit 62b3db2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-brian2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Base OS
FROM ghcr.io/biosimulators/biosimulators_pyneuroml/pyneuroml:latest

ARG VERSION=0.0.8
ARG VERSION=0.0.9
ARG SIMULATOR_VERSION="2.4.2"

# metadata
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-netpyne
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Base OS
FROM ghcr.io/biosimulators/biosimulators_pyneuroml/neuron:latest

ARG VERSION=0.0.8
ARG VERSION=0.0.9
ARG SIMULATOR_VERSION="1.0.0.2"

# metadata
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-neuron
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Base OS
FROM ghcr.io/biosimulators/biosimulators_pyneuroml/pyneuroml:latest

ARG VERSION=0.0.8
ARG VERSION=0.0.9
ARG SIMULATOR_VERSION="8.0.0"

# metadata
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-pyneuroml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Base OS
FROM python:3.9-slim-buster

ARG VERSION=0.0.8
ARG VERSION=0.0.9
ARG SIMULATOR_VERSION="0.5.11"

# metadata
Expand Down
2 changes: 1 addition & 1 deletion biosimulators_pyneuroml/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.8'
__version__ = '0.0.9'

0 comments on commit 62b3db2

Please sign in to comment.