Skip to content

Commit 063a9c5

Browse files
authored
Updated version information.
1 parent c250253 commit 063a9c5

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.2',
6+
version = '0.2.3',
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.2.tar.gz',
12+
download_url = 'https://github.com/ejedev/Unleashed/archive/v0.2.3.tar.gz',
1313
keywords = ['Unleashed', 'API'],
1414
install_requires=[
1515
'wheel',

0 commit comments

Comments
 (0)