Skip to content

Commit

Permalink
chore: starting new microversion
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Aug 9, 2021
1 parent 01e0e51 commit bbda8c3
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 @@ -14,7 +14,7 @@
# Base OS
FROM python:3.9-slim-buster

ARG VERSION="0.1.26"
ARG VERSION="0.1.27"
ARG SIMULATOR_VERSION=4.33.246

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

0 comments on commit bbda8c3

Please sign in to comment.