We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df234a commit 65d0fbfCopy full SHA for 65d0fbf
.github/workflows/cd.yml
@@ -2,7 +2,7 @@ name: Upload Python Package
2
3
on:
4
release:
5
- types: ["plublished"]
+ types: ["published"]
6
7
jobs:
8
deploy:
src/bibx/__init__.py
@@ -21,7 +21,7 @@
21
"read_any",
22
]
23
24
-__version__ = "0.1.0"
+__version__ = "0.1.1"
25
26
27
def read_scopus_bib(*files: TextIO) -> Collection:
0 commit comments