From 198e09604e20c5559509d2f18d8ea04da9f627b0 Mon Sep 17 00:00:00 2001 From: subzeroid <143403577+subzeroid@users.noreply.github.com> Date: Mon, 4 Sep 2023 13:00:36 +0300 Subject: [PATCH] Changed author --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index c1b6b613..a253c45d 100644 --- a/setup.py +++ b/setup.py @@ -31,9 +31,9 @@ setup( name="instagrapi", - version="1.19.8", - author="Example Example", - author_email="x11org@gmail.com", + version="2.0.0", + author="Mark Subzeroid", + author_email="143403577+subzeroid@users.noreply.github.com", license="MIT", url="https://github.com/subzeroid/instagrapi", install_requires=requirements,