refactor: migrate versioning to __version__.py and remove deprecated _version.py

This commit is contained in:
UncleCode
2024-11-16 15:30:24 +08:00
parent d0014c6793
commit 5098442086
8 changed files with 5 additions and 13 deletions

2
crawl4ai/__version__.py Normal file
View File

@@ -0,0 +1,2 @@
# crawl4ai/_version.py
__version__ = "0.3.731"