We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b1bd99 commit bc14bdeCopy full SHA for bc14bde
2 files changed
.github/workflows/cd.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Python
15
uses: actions/setup-python@v4
16
with:
17
- python-version: "3.x"
+ python-version: "3.13"
18
19
- name: Setup uv
20
uses: astral-sh/setup-uv@v2
src/bibx/__init__.py
@@ -28,7 +28,7 @@
28
"read_wos",
29
]
30
31
-__version__ = "0.9.1"
+__version__ = "0.9.2"
32
33
34
def query_openalex(
0 commit comments