Skip to content

Commit

Permalink
Bump version to 0.3.02 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
LostLuma authored Oct 22, 2019
1 parent 8560b9b commit ec8d146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
requirements.append('sphinxcontrib-websupport')
requirements.append('Pygments')

version = '0.3.01'
version = '0.3.02'

readme = ''
with open('README.rst') as f:
Expand Down
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 (c) EvieePy'
__version__ = '0.3.01'
__version__ = '0.3.02'

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

0 comments on commit ec8d146

Please sign in to comment.