Skip to content

Commit

Permalink
Merge branch 'feature/v0.1.8' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Nov 28, 2020
2 parents b52ded9 + 1bc4b86 commit 92e4187
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion colour_hdri/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@

__major_version__ = '0'
__minor_version__ = '1'
__change_version__ = '7'
__change_version__ = '8'
__version__ = '.'.join(
(__major_version__,
__minor_version__,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "colour-hdri"
version = "0.1.7"
version = "0.1.8"
description = "HDRI / Radiance image processing algorithms for Python"
license = "BSD-3-Clause"
authors = [ "Colour Developers <[email protected]>" ]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

setup(
name='colour-hdri',
version='0.1.7',
version='0.1.8',
description='HDRI / Radiance image processing algorithms for Python',
long_description=codecs.open('README.rst', encoding='utf8').read(),
author='Colour Developers',
Expand Down

0 comments on commit 92e4187

Please sign in to comment.