Skip to content

Commit 67758ed

Browse files
authored
Update setup.py
1 parent 50d9fab commit 67758ed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 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',
6+
version = '0.2.1',
77
license='MIT',
88
description = 'A Python library to interact with the Unleashed API.',
99
author = 'ejedev',
1010
author_email = 'ev3098@gmail.com',
1111
url = 'https://github.com/ejedev/Unleashed',
12-
download_url = 'https://github.com/ejedev/Unleashed/archive/v0.2.tar.gz',
12+
download_url = 'https://github.com/ejedev/Unleashed/archive/v0.2.1.tar.gz',
1313
keywords = ['Unleashed', 'API'],
1414
install_requires=[
1515
'wheel',
@@ -19,6 +19,8 @@
1919
'Intended Audience :: Developers',
2020
'Topic :: Software Development :: Build Tools',
2121
'License :: OSI Approved :: MIT License',
22+
'Programming Language :: Python :: 3.6',
2223
'Programming Language :: Python :: 3.7',
24+
'Programming Language :: Python :: 3.8',
2325
],
2426
)

0 commit comments

Comments
 (0)