We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f64db2 + 52dff5a commit a9e126aCopy full SHA for a9e126a
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up python
15
uses: actions/setup-python@v1
16
with:
17
- python-version: 3.6
+ python-version: 3.8
18
- name: Install dependencies
19
run: |
20
python -m pip install --upgrade pip
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## 0.1 series
4
5
+### 0.1.16
6
+
7
+Update python version for pypi deployment, no further changes
8
9
### 0.1.15
10
11
**NOTE:** The original PEtab format + petab package repository has been split
petab/version.py
@@ -1,2 +1,2 @@
1
"""PEtab library version"""
-__version__ = '0.1.15'
+__version__ = '0.1.16'
0 commit comments