Skip to content

Commit d37ceb2

Browse files
committed
test deploy
1 parent f0087e3 commit d37ceb2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ dependencies = [
2525
]
2626
dynamic = ["version"]
2727

28+
[tool.setuptools.dynamic]
29+
version = {attr = "aipdf.__version__"}
30+
2831
[project.urls]
2932
Homepage = "https://github.com/mindsdb/aipdf"
3033
Repository = "https://github.com/mindsdb/aipdf.git"

src/aipdf/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .ocr import ocr
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.0.1"
44

55
__all__ = ["__version__", "ocr"]

0 commit comments

Comments
 (0)