Skip to content

Commit

Permalink
Bump req version to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
PardhuMadipalli committed Mar 3, 2021
1 parent 73135b0 commit 8fedf2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="instagram-insights",
version="0.2.4",
version="0.2.6",
author="Pardhu Madipalli",
author_email="[email protected]",
description="Get insights about best times to post, and the best tags based on likes, views and impressions.",
Expand All @@ -24,7 +24,7 @@
package_data={'insights': ['data/*']},
data_files=[('.', ['screenshot.png', 'README.md'])],
py_modules = ['constant', 'setup', 'get_insta_insights', 'commons'],
python_requires=">=3.6",
python_requires=">=3.7",
install_requires=['numpy', 'pandas'],
entry_points={"console_scripts": ["insta-insights=get_insta_insights:main"]},
)

0 comments on commit 8fedf2c

Please sign in to comment.