Skip to content

Commit 5aacefd

Browse files
committed
version [prerelease]: 0.4.4a0
1 parent 75fc969 commit 5aacefd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "zotlib"
3-
version = "0.4.3"
3+
version = "0.4.4a0"
44
description = "Extract and format bibliographic data from Zotero databases"
55
readme = "README.md"
66
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Zotlib - Extract and format bibliographic data from Zotero databases."""
22

3-
__version__ = "0.4.3"
3+
__version__ = "0.4.4a0"
44

55
from zotlib.database import ZoteroDatabase
66
from zotlib.extractors import (

0 commit comments

Comments
 (0)