Skip to content

Commit 340a133

Browse files
committed
Merge branch 'master' into develop
2 parents 00d13a3 + a9e126a commit 340a133

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up python
1515
uses: actions/setup-python@v1
1616
with:
17-
python-version: 3.6
17+
python-version: 3.8
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 0.1 series
44

5+
### 0.1.16
6+
7+
Update python version for pypi deployment, no further changes
8+
59
### 0.1.15
610

711
**NOTE:** The original PEtab format + petab package repository has been split

petab/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""PEtab library version"""
2-
__version__ = '0.1.15'
2+
__version__ = '0.1.16'

0 commit comments

Comments
 (0)