From 597e5977b2cd3c7907dcecc5b0e7eff59284a792 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Mon, 13 Feb 2017 10:25:54 +0100 Subject: [PATCH] Release of version 1.2.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ebe5846..f722521 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ if sys.version_info < (3, 5): setup( name='instaloader', - version='1.2', + version='1.2.1', py_modules=['instaloader'], url='https://github.com/Thammus/instaloader', license='MIT',