Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1WorldCapture committed Nov 20, 2024
1 parent 020394e commit 6825ba6
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 @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "llama_ocr"
version = "0.1.0"
version = "0.2.0"
description = "OCR using LLAMA vision model, allowing configuring any OpenAI compliant endpoints and model names."
readme = "README.rst"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/llama_ocr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Lyon Liang"""
__email__ = '[email protected]'
__version__ = '0.1.0'
__version__ = '0.2.0'

from .llama_ocr import ocr

Expand Down

0 comments on commit 6825ba6

Please sign in to comment.