From 35013765985b3cec87a9c63cc394de9b7920b1be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jastrz=C4=99bski?= Date: Wed, 4 Mar 2020 07:28:36 +0100 Subject: [PATCH] Updated cloudscraper --- CB/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CB/__init__.py b/CB/__init__.py index cb306de..35362f6 100644 --- a/CB/__init__.py +++ b/CB/__init__.py @@ -1,7 +1,7 @@ import string import random -__version__ = '3.1.5' +__version__ = '3.1.6' __license__ = 'GPLv3' __copyright__ = '2019-2020, Paweł Jastrzębski ' __docformat__ = 'restructuredtext en'