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)