Skip to content

Commit

Permalink
Bump version/Change license year.
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy authored Feb 25, 2021
1 parent 05e582e commit 72a4ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wavelink/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
__title__ = 'WaveLink'
__author__ = 'EvieePy'
__license__ = 'MIT'
__copyright__ = 'Copyright 2019-2020 (c) PythonistaGuild'
__version__ = '0.9.7'
__copyright__ = 'Copyright 2019-2021 (c) PythonistaGuild'
__version__ = '0.9.8'

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

0 comments on commit 72a4ed4

Please sign in to comment.