diff --git a/html2print/html2print.py b/html2print/html2print.py index ecbca3b..a97db90 100644 --- a/html2print/html2print.py +++ b/html2print/html2print.py @@ -23,7 +23,7 @@ from webdriver_manager.core.http import HttpClient from webdriver_manager.core.os_manager import OperationSystemManager -__version__ = "0.0.2" +__version__ = "0.0.3" DEFAULT_CACHE_DIR = os.path.join(Path.home(), ".html2print", "chromedriver") diff --git a/pyproject.toml b/pyproject.toml index f84aa5a..d18deaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ development = [ ] [project.scripts] -html2print = "html2print:main" +html2print = "html2print.html2print:main" [project.urls] Changelog = "https://github.com/mettta/html2pdf_python/releases/"