There was an error while loading. Please reload this page.
1 parent 29c90cd commit ab5b194Copy full SHA for ab5b194
pyppeteer/__init__.py
@@ -10,7 +10,7 @@
10
11
__author__ = """Hiroyuki Takagi"""
12
__email__ = 'miyako.dev@gmail.com'
13
-__version__ = '0.0.22'
+__version__ = '0.0.23'
14
__chromimum_revision__ = '575458'
15
__base_puppeteer_version__ = 'v1.5.0'
16
__pyppeteer_home__ = os.environ.get(
setup.py
@@ -56,7 +56,7 @@
56
57
setup(
58
name='pyppeteer',
59
- version='0.0.22',
+ version='0.0.23',
60
description=('Headless chrome/chromium automation library '
61
'(unofficial port of puppeteer)'),
62
long_description=readme,
0 commit comments