Skip to content

Commit bc14bde

Browse files
authored
fix python version compatibility (#50)
* chore: fix cd pipeline * chore: prepare release
1 parent 7b1bd99 commit bc14bde

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v4
1616
with:
17-
python-version: "3.x"
17+
python-version: "3.13"
1818

1919
- name: Setup uv
2020
uses: astral-sh/setup-uv@v2

src/bibx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"read_wos",
2929
]
3030

31-
__version__ = "0.9.1"
31+
__version__ = "0.9.2"
3232

3333

3434
def query_openalex(

0 commit comments

Comments
 (0)