Skip to content

Commit b976fd6

Browse files
authored
Update setup.py
1 parent 5597f89 commit b976fd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
setup(
44
name = 'Unleashed',
55
packages = ['Unleashed'],
6-
version = '0.2.1',
6+
version = '0.2.2',
77
license='MIT',
88
description = 'A Python library to interact with the Unleashed API.',
99
author = 'ejedev',
1010
author_email = '[email protected]',
1111
url = 'https://github.com/ejedev/Unleashed',
12-
download_url = 'https://github.com/ejedev/Unleashed/archive/v0.2.1.tar.gz',
12+
download_url = 'https://github.com/ejedev/Unleashed/archive/v0.2.2.tar.gz',
1313
keywords = ['Unleashed', 'API'],
1414
install_requires=[
1515
'wheel',

0 commit comments

Comments
 (0)