Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed Jul 18, 2018
1 parent 25cca12 commit f284749
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lavalink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__author__ = 'Devoxin'
__license__ = 'MIT'
__copyright__ = 'Copyright 2018 Devoxin'
__version__ = '2.1.8'
__version__ = '2.1.9'

from .AudioTrack import *
from .Client import *
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
setup(
name='lavalink',
packages=['lavalink'],
version='2.1.8',
version='2.1.9',
description='A lavalink interface built for discord.py',
author='Devoxin',
author_email='luke@serux.pro',
url='https://github.com/Devoxin/Lavalink.py',
download_url='https://github.com/Devoxin/Lavalink.py/archive/2.1.8.tar.gz',
download_url='https://github.com/Devoxin/Lavalink.py/archive/2.1.9.tar.gz',
keywords=['lavalink'],
include_package_data=True,
install_requires=['websockets!=5.0.0', 'aiohttp']
Expand Down

0 comments on commit f284749

Please sign in to comment.