diff --git a/flask_discord/__init__.py b/flask_discord/__init__.py index c4c35eb..1e2b70e 100644 --- a/flask_discord/__init__.py +++ b/flask_discord/__init__.py @@ -11,4 +11,4 @@ __all__ = [ ] -__version__ = "0.1.07" +__version__ = "0.1.08" diff --git a/setup.py b/setup.py index 1098082..efde06c 100644 --- a/setup.py +++ b/setup.py @@ -56,6 +56,7 @@ setup( 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', - 'Topic :: Software Development :: Libraries :: Python Modules' + 'Topic :: Software Development :: Libraries :: Python Modules', + 'Framework :: Flask' ] )