From e65e15a6eb977d6c390b8f82e62cee21e14f35a5 Mon Sep 17 00:00:00 2001 From: Cody Zacharias <22013186+haccer@users.noreply.github.com> Date: Tue, 1 May 2018 20:11:06 -0400 Subject: [PATCH] Update to 1.1.2 --- twint/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twint/__version__.py b/twint/__version__.py index f17a4c57..f8613363 100644 --- a/twint/__version__.py +++ b/twint/__version__.py @@ -1,3 +1,3 @@ -VERSION = (1, 1, 1) +VERSION = (1, 1, 2) __version__ = '.'.join(map(str, VERSION))