Skip to content

Commit

Permalink
Didn't cd to correct folder, missed a file
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed Jul 16, 2018
1 parent 847e923 commit 2c8809c
Showing 1 changed file with 2 additions and 2 deletions.
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.6',
version='2.1.7',
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.6.tar.gz',
download_url='https://github.com/Devoxin/Lavalink.py/archive/2.1.7.tar.gz',
keywords=['lavalink'],
include_package_data=True,
install_requires=['websockets!=5.0.0', 'aiohttp']
Expand Down

0 comments on commit 2c8809c

Please sign in to comment.