From 13ebcb782ecb67d8f2f217cc0ca2258afe9cac96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Koch-Kramer?= Date: Thu, 22 Sep 2016 19:04:25 +0200 Subject: [PATCH] Release of version 1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 828b344..cf3fd2d 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ if sys.version_info < (3, 3): setup( name='instaloader', - version='1.1', + version='1.2', py_modules=['instaloader'], url='https://github.com/Thammus/instaloader', license='MIT',