Skip to content

Commit

Permalink
Uploading v0.2 to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
param committed Mar 15, 2021
1 parent d111f6e commit 245c434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 245c434

Please sign in to comment.