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

Version 1.8 release

Signed-off-by: Stephan Hügel <shugel@tcd.ie>

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