From 66aeab5964ecb796dbbbe05e6f505029063dd4ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pasternak?= Date: Fri, 9 Sep 2022 21:42:03 +0200 Subject: [PATCH] Update version no to 3.3.2 --- pytest_splinter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest_splinter/__init__.py b/pytest_splinter/__init__.py index ca62ad6..6f66ac5 100644 --- a/pytest_splinter/__init__.py +++ b/pytest_splinter/__init__.py @@ -1,2 +1,2 @@ """pytest-splinter package.""" -__version__ = "3.3.1" +__version__ = "3.3.2"