From e8049eef300066377e1ee306436eb46304e9ecaa Mon Sep 17 00:00:00 2001 From: mattew Date: Sun, 15 Dec 2019 08:11:44 -0500 Subject: [PATCH] 1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 520e156..cb333d9 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import codecs from setuptools import setup -TWPY_VERSION = '1.1' +TWPY_VERSION = '1.2' TWPY_DOWNLOAD = ('https://github.com/0x0ptim0us/twpy/tarball/' + TWPY_VERSION)