Skip to content

Commit

Permalink
Release 0.1.16
Browse files Browse the repository at this point in the history
Merge pull request #46 from PEtab-dev/fix_deploy
  • Loading branch information
dweindl authored Mar 19, 2021
2 parents 6f64db2 + 52dff5a commit a9e126a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up python
uses: actions/setup-python@v1
with:
python-version: 3.6
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 0.1 series

### 0.1.16

Update python version for pypi deployment, no further changes

### 0.1.15

**NOTE:** The original PEtab format + petab package repository has been split
Expand Down
2 changes: 1 addition & 1 deletion petab/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""PEtab library version"""
__version__ = '0.1.15'
__version__ = '0.1.16'

0 comments on commit a9e126a

Please sign in to comment.