From 0db7384a91e2b6a01cee9155d70c68c43cbd33a7 Mon Sep 17 00:00:00 2001 From: matthew Date: Tue, 2 Jul 2024 13:22:36 +0300 Subject: [PATCH] Version update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e8087b..218928f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="scrapy-puppeteer-client", - version="0.3.0", + version="0.3.1", description="A library to use Puppeteer-managed browser in Scrapy spiders", long_description=long_description, long_description_content_type="text/markdown",