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.
1 parent 826e7f7 commit ac82bafCopy full SHA for ac82baf
.github/workflows/deploy.yml
@@ -2,7 +2,7 @@ name: Deploy
2
3
on:
4
release:
5
- types: [created]
+ types: [published]
6
7
jobs:
8
deploy:
CHANGELOG.md
@@ -2,6 +2,10 @@
## 0.1 series
+### 0.1.10
+
+*Fixed deployment setup, no further changes.*
9
### 0.1.9
10
11
Library:
petab/version.py
@@ -1,2 +1,2 @@
1
"""PEtab library version"""
-__version__ = '0.1.9'
+__version__ = '0.1.10'
0 commit comments