Skip to content

Commit ec8d146

Browse files
authored
Bump version to 0.3.02 (#35)
1 parent 8560b9b commit ec8d146

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
requirements.append('sphinxcontrib-websupport')
4141
requirements.append('Pygments')
4242

43-
version = '0.3.01'
43+
version = '0.3.02'
4444

4545
readme = ''
4646
with open('README.rst') as f:

wavelink/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__author__ = 'EvieePy'
33
__license__ = 'MIT'
44
__copyright__ = 'Copyright 2019 (c) EvieePy'
5-
__version__ = '0.3.01'
5+
__version__ = '0.3.02'
66

77
from .client import Client
88
from .errors import *

0 commit comments

Comments
 (0)