Skip to content

Commit

Permalink
feat: 0.3.0
Browse files Browse the repository at this point in the history
0.3.0 is a pretty major update. It notably includes the addition of a high-level PdfDocument interface, typings for some common PDF dictionaries, and leniency towards files with incorrect XRef offsets.
  • Loading branch information
aescarias committed May 26, 2024
1 parent 425996d commit 4bd1daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pdfnaut/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
__all__ = ("PdfParser", "PdfTokenizer", "PdfSerializer", "PdfDocument")

__name__ = "pdfnaut"
__version__ = "0.2.0"
__version__ = "0.3.0"
__description__ = "Explore PDFs with ease"
__license__ = "Apache 2.0"

0 comments on commit 4bd1daa

Please sign in to comment.