Skip to content

Commit

Permalink
PPF-679: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chinapandaman committed Jun 26, 2024
1 parent 5598533 commit 6f33ff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PyPDFForm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""Contains any object users might need."""

__version__ = "1.4.28"
__version__ = "1.4.29"

from .wrapper import FormWrapper, PdfWrapper
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ theme:
name: readthedocs
logo: img/logo.png
extra:
version: v1.4.28
version: v1.4.29

0 comments on commit 6f33ff5

Please sign in to comment.