From 6c3ac0fe32ef26473973efda56c8e47a7f0466d8 Mon Sep 17 00:00:00 2001 From: Cody Zacharias <22013186+haccer@users.noreply.github.com> Date: Mon, 28 May 2018 17:08:31 -0400 Subject: [PATCH] 1.1.3 Update --- twint/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twint/__version__.py b/twint/__version__.py index 48018123..4d580b10 100644 --- a/twint/__version__.py +++ b/twint/__version__.py @@ -1,3 +1,3 @@ -VERSION = (1, 1, 2, 6) +VERSION = (1, 1, 3) __version__ = '.'.join(map(str, VERSION))