From 682bf7e6906038aa8c662682fd5a31088288e9ce Mon Sep 17 00:00:00 2001 From: "Mikhail Andreev (adw0rd)" Date: Wed, 15 Feb 2023 16:29:21 +0300 Subject: [PATCH] Bump 1.16.41 --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b2603f18..40e87686 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,8 @@ Features: -1. Performs Public API (web, anonymous) or Private API (mobile app, authorized) requests depending on the situation (to avoid Instagram limits) +1. Performs Public API (web, anonymous) or Private API (mobile app, authorized) + requests depending on the situation (to avoid Instagram limits) 2. Challenge Resolver have Email (as well as recipes for automating receive a code from email) and SMS handlers 3. Support upload a Photo, Video, IGTV, Clips (Reels), Albums and Stories 4. Support work with User, Media, Insights, Collections, Location (Place), Hashtag and Direct objects @@ -30,7 +31,7 @@ setup( name="instagrapi", - version="1.16.40", + version="1.16.41", author="Mikhail Andreev", author_email="x11org@gmail.com", license="MIT",