Skip to content

Commit a9e126a

Browse files
authored
Release 0.1.16
Merge pull request #46 from PEtab-dev/fix_deploy
2 parents 6f64db2 + 52dff5a commit a9e126a

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)