We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5597f89 commit b976fd6Copy full SHA for b976fd6
setup.py
@@ -3,13 +3,13 @@
3
setup(
4
name = 'Unleashed',
5
packages = ['Unleashed'],
6
- version = '0.2.1',
+ version = '0.2.2',
7
license='MIT',
8
description = 'A Python library to interact with the Unleashed API.',
9
author = 'ejedev',
10
author_email = '[email protected]',
11
url = 'https://github.com/ejedev/Unleashed',
12
- 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',
13
keywords = ['Unleashed', 'API'],
14
install_requires=[
15
'wheel',
0 commit comments