0
v-firecrawl/apps/python-sdk/firecrawl/__init__.py
Matt Joyce dec225d368 Move version to __init__.py
Setup.py does not need to be edited when building the package.
2024-05-30 21:48:40 +10:00

4 lines
60 B
Python

from .firecrawl import FirecrawlApp
__version__ = "0.0.11"