Skip to content

Commit

Permalink
test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ea-rus committed Oct 4, 2024
1 parent f0087e3 commit d37ceb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ dependencies = [
]
dynamic = ["version"]

[tool.setuptools.dynamic]
version = {attr = "aipdf.__version__"}

[project.urls]
Homepage = "https://github.com/mindsdb/aipdf"
Repository = "https://github.com/mindsdb/aipdf.git"
Expand Down
2 changes: 1 addition & 1 deletion src/aipdf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .ocr import ocr

__version__ = "0.1.0"
__version__ = "0.0.1"

__all__ = ["__version__", "ocr"]

0 comments on commit d37ceb2

Please sign in to comment.