Skip to content

Commit

Permalink
Pushing v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
paramhanji committed Sep 21, 2021
1 parent 2a23633 commit b7926a3
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 @@ -6,14 +6,14 @@
name = 'HDRutils',
packages = find_packages(),
include_package_data=True,
version = '0.7',
version = '0.8',
license='MIT',
description = 'Utility functions for performing basic operations on HDR images, including ' \
'merging and deghosting',
author = 'Param Hanji',
author_email = 'param.hanji@gmail.com',
url = 'https://github.com/gfxdisp/HDRutils',
download_url = 'https://github.com/gfxdisp/HDRutils/archive/v0.7.tar.gz',
download_url = 'https://github.com/gfxdisp/HDRutils/archive/v0.8.tar.gz',
keywords = ['HDR', 'Merging', 'Deghosting', 'simulation'],
install_requires=[
'numpy',
Expand Down

0 comments on commit b7926a3

Please sign in to comment.