Skip to content

Commit

Permalink
Bump version: v8.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Jul 29, 2023
1 parent 9317887 commit b4a69c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pikepdf"
version = "8.2.1"
version = "8.2.2"
description = "Read and write PDFs with Python, powered by qpdf"
readme = "README.md"
requires-python = ">= 3.8"
Expand Down
2 changes: 1 addition & 1 deletion src/pikepdf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from __future__ import annotations

__version__ = "8.2.1"
__version__ = "8.2.2"

try:
from . import _core
Expand Down

0 comments on commit b4a69c2

Please sign in to comment.