Skip to content

Commit

Permalink
Pushing release 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
paramhanji committed Apr 13, 2021
1 parent 933af83 commit e2f0173
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
setup(
name = 'HDRutils',
packages = ['HDRutils'],
version = '0.3',
version = '0.4',
license='MIT',
description = 'Utility functions for perfming basic operations on HDR images, including merging and deghosting',
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.3.tar.gz',
download_url = 'https://github.com/catchchaos/HDRutils-pip/archive/v0.4.tar.gz',
keywords = ['HDR', 'Merging', 'Deghosting'],
install_requires=[
'numpy',
Expand Down

0 comments on commit e2f0173

Please sign in to comment.