Fixed __version__
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 28s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 25s

This commit is contained in:
Jon Michael Aanes 2025-07-14 00:52:20 +02:00
parent 35554771d4
commit 8b34f6d475

View File

@ -11,7 +11,7 @@ import bs4
import lxml.html
import requests
from __version import __version__
from ._version import __version__
__all__ = ['__version__']