Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PSU3D0 committed Aug 26, 2024
1 parent f732953 commit 4bd480c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docprompt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Frankie Colson"""
__email__ = "frank@pageleaf.io"
__version__ = "0.8.0"
__version__ = "0.8.1"

from docprompt.rasterize import ProviderResizeRatios
from docprompt.schema.document import Document, PdfDocument # noqa
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "pdm.backend"

[project]
name = "docprompt"
version = "0.8.0"
version = "0.8.1"
description = "Documents and large language models."
authors = [
{name = "Frank Colson", email = "frank@pageleaf.io"}
Expand Down

0 comments on commit 4bd480c

Please sign in to comment.