Skip to content

Commit 8b73d91

Browse files
committed
incrementing version
1 parent d4a5cf3 commit 8b73d91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Base OS
1515
FROM python:3.7.9-slim-buster
1616

17-
ARG VERSION="0.1.2"
17+
ARG VERSION="0.1.3"
1818
ARG SIMULATOR_VERSION="2.2.0"
1919

2020
# metadata

biosimulators_tellurium/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.2'
1+
__version__ = '0.1.3'

0 commit comments

Comments
 (0)