From 245c4347f7628a873d6dabf5c73cc0a12276d65c Mon Sep 17 00:00:00 2001 From: param Date: Mon, 15 Mar 2021 21:54:35 +0000 Subject: [PATCH] Uploading v0.2 to pip --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a99d274..3598e8c 100644 --- a/setup.py +++ b/setup.py @@ -5,13 +5,13 @@ setup( name = 'HDRutils', packages = ['HDRutils'], - version = '0.1', + version = '0.2', license='MIT', description = 'Utility functions for perfming basic operations on HDR images, including merging and deghosting', author = 'Param Hanji', author_email = 'param.hanji@gmail.com', url = 'https://github.com/catchchaos/HDRutils-pip', - download_url = 'https://github.com/catchchaos/HDRutils-pip/archive/v0.1-beta.tar.gz', + download_url = 'https://github.com/catchchaos/HDRutils-pip/archive/v0.2.tar.gz', keywords = ['HDR', 'Merging', 'Deghosting'], install_requires=[ 'numpy',