From 16442ef1b0bfc0e0afe5838fe92dcb37c7678579 Mon Sep 17 00:00:00 2001 From: Eugenio Lacuesta Date: Sun, 9 Oct 2022 19:14:05 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.21=20=E2=86=92=200.0.22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- scrapy_playwright/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 20062ed4..056f9583 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.21 +current_version = 0.0.22 commit = True tag = True diff --git a/scrapy_playwright/__init__.py b/scrapy_playwright/__init__.py index c35625a5..479dad09 100644 --- a/scrapy_playwright/__init__.py +++ b/scrapy_playwright/__init__.py @@ -1 +1 @@ -__version__ = "0.0.21" +__version__ = "0.0.22"