Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly0nheart authored Jul 2, 2022
1 parent 6a87cb5 commit db41376
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="octosuite",
version="2.1.1",
version="2.2.0",
author="Richard Mwewa",
author_email="richardmwewa@duck.com",
packages=["octosuite"],
Expand All @@ -14,7 +14,7 @@
long_description_content_type="text/markdown",
url="https://github.com/rly0nheart/octosuite",
license="GNU General Public License v3 (GPLv3)",
install_requires=["requests"],
install_requires=["requests", "rich"],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Information Technology',
Expand Down

0 comments on commit db41376

Please # to comment.