Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ejedev authored Feb 20, 2020
1 parent 5597f89 commit b976fd6
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 @@ -3,13 +3,13 @@
setup(
name = 'Unleashed',
packages = ['Unleashed'],
version = '0.2.1',
version = '0.2.2',
license='MIT',
description = 'A Python library to interact with the Unleashed API.',
author = 'ejedev',
author_email = '[email protected]',
url = 'https://github.com/ejedev/Unleashed',
download_url = 'https://github.com/ejedev/Unleashed/archive/v0.2.1.tar.gz',
download_url = 'https://github.com/ejedev/Unleashed/archive/v0.2.2.tar.gz',
keywords = ['Unleashed', 'API'],
install_requires=[
'wheel',
Expand Down

0 comments on commit b976fd6

Please sign in to comment.