Skip to content

Commit

Permalink
Add minimum Python requirements to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Mar 2, 2020
1 parent a27f2dd commit 80b5fdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,6 @@
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Utilities',
]
],
python_requires='>=3.7'
)
2 changes: 1 addition & 1 deletion wavelink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__author__ = 'EvieePy'
__license__ = 'MIT'
__copyright__ = 'Copyright 2019-2020 (c) PythonistaGuild'
__version__ = '0.5.01'
__version__ = '0.5.02'

from .client import Client
from .errors import *
Expand Down

0 comments on commit 80b5fdb

Please sign in to comment.