diff --git a/npi/core/playwright_context.py b/npi/core/playwright_context.py index a056ef7e..667eef07 100644 --- a/npi/core/playwright_context.py +++ b/npi/core/playwright_context.py @@ -4,7 +4,7 @@ from playwright.async_api import async_playwright, Playwright, Browser, BrowserContext, Page, FileChooser -__BROWSER_UTILS_VERSION__ = '0.0.1' +__BROWSER_UTILS_VERSION__ = '0.0.2' def _prepare_browser_utils():