From edba84c6bdf4ea873be10dfe2b7d651705e9164c Mon Sep 17 00:00:00 2001 From: vlad-outscraper Date: Wed, 15 Dec 2021 22:36:50 +0200 Subject: [PATCH] update version --- outscraper/api_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outscraper/api_client.py b/outscraper/api_client.py index fec9e29..086017c 100644 --- a/outscraper/api_client.py +++ b/outscraper/api_client.py @@ -4,7 +4,7 @@ from .utils import as_list -VERSION = '1.3.1' +VERSION = '1.3.2' class ApiClient(object):