Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 9ed7c37

Browse files
committed
Update version number.
1 parent a38ca23 commit 9ed7c37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2.05'
43+
version = '0.2.06'
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.2.05a'
5+
__version__ = '0.2.06a'
66

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

0 commit comments

Comments
 (0)