Skip to content

Commit

Permalink
chore: bumped verson
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Sep 22, 2021
1 parent 702cba6 commit 47b977c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

FROM python:3.9-slim-buster

ARG VERSION="0.1.15"
ARG VERSION="0.1.16"
ARG SIMULATOR_VERSION=2.6.0

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

0 comments on commit 47b977c

Please sign in to comment.