Skip to content

Commit 7681adb

Browse files
committed
Update Version
1 parent d9e9c04 commit 7681adb

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,15 +3,15 @@
33
setup(
44
name = 'WIOpy',
55
packages = ['WIOpy'],
6-
version = '0.0.5',
6+
version = '0.0.6',
77
license='MIT',
88

99
description = 'Walmart IO API python wrapper',
1010

1111
author = 'CoderJosh',
1212
author_email = '[email protected]',
1313
url = 'https://github.com/CoderJoshDK/WIOpy',
14-
download_url = 'https://github.com/CoderJoshDK/WIOpy/archive/refs/tags/v_005_alpha.tar.gz',
14+
download_url = 'https://github.com/CoderJoshDK/WIOpy/archive/refs/tags/v_006_alpha.tar.gz',
1515
keywords = ['API', 'Wrapper', 'Python', 'Walmart', 'Affiliate', 'WalmartIO'],
1616
install_requires=[
1717
'requests',

0 commit comments

Comments
 (0)