Pyzotero: a Python client for the Zotero API pyzotero.readthedocs.io
zotero

Version bump

authored by urschrei.bsky.social and committed by urschrei.bsky.social fd99c81e 876f19af

Changed files
+2 -2
+1 -1
pyproject.toml
··· 1 1 [project] 2 2 name = "pyzotero" 3 - version = "1.7.4" 3 + version = "1.7.5" 4 4 description = "Python wrapper for the Zotero API" 5 5 readme = "README.md" 6 6 requires-python = ">=3.9"
+1 -1
uv.lock
··· 784 784 785 785 [[package]] 786 786 name = "pyzotero" 787 - version = "1.7.4" 787 + version = "1.7.5" 788 788 source = { editable = "." } 789 789 dependencies = [ 790 790 { name = "bibtexparser" },