From 1975b776feb85eb6cffcd69719b7d5a274080e99 Mon Sep 17 00:00:00 2001 From: skushwaha Date: Fri, 14 Aug 2020 22:40:49 +0530 Subject: [PATCH] 0.1.4 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3b35848..cd75851 100644 --- a/setup.py +++ b/setup.py @@ -8,13 +8,13 @@ setup( name='palladium-python', packages=['palladium'], - version='0.1.3', + version='0.1.4', license='MIT', description='Common utility functions.', author='Siddhant Kushwaha', author_email='k16.siddhant@gmail.com', url='https://github.com/siddhantkushwaha/palladium', - download_url='https://github.com/siddhantkushwaha/palladium/archive/0.1.3.tar.gz', + download_url='https://github.com/siddhantkushwaha/palladium/archive/0.1.4.tar.gz', keywords=['CHROMIUM', 'SELENIUM', 'AUTOMATION', 'TESTING'], install_requires=[ 'requests',