Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Update authors and bump version
  • Loading branch information
jorivanee authored Sep 28, 2017
1 parent 3817732 commit 898613d
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 @@ -8,9 +8,9 @@
setup(
name='pycord',
packages=['pycord', 'pycord.utils', 'pycord.models', 'pycord.api'], # this must be the same as the name above
version='v0.3.4-alpha',
version='v0.3.5-alpha',
description='A Discord API library for Python running on the Trio and Curio async libraries',
author='verixx',
author='JustMaffie, verixx, king1600, henry232323',
author_email='abdurraqeeb53@gmail.com',
url='/~https://github.com/verixx/pycord', # use the URL to the github repo
download_url='/~https://github.com/verixx/pycord/archive/v0.3.4-alpha.tar.gz', # I'll explain this in a second
Expand Down

0 comments on commit 898613d

Please sign in to comment.