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 5645d6e commit 9241696Copy full SHA for 9241696
setup.py
@@ -3,13 +3,13 @@
3
setup(
4
name = 'Unleashed',
5
packages = ['Unleashed'],
6
- version = '0.1',
+ version = '0.1.1',
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.1.tar.gz',
+ download_url = 'https://github.com/ejedev/Unleashed/archive/v0.1.1.tar.gz',
13
keywords = ['Unleashed', 'API'],
14
install_requires=[
15
'wheel',
0 commit comments