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",