Skip to content

Commit e87c0c7

Browse files
committed
incrementing version, incrementing required version of biosimulators-utils
1 parent b939922 commit e87c0c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1"
17+
ARG VERSION="0.1.2"
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.1'
1+
__version__ = '0.1.2'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
biosimulators_utils >= 0.1.34
1+
biosimulators_utils >= 0.1.35
22
pandas
33
tellurium

0 commit comments

Comments
 (0)