Skip to content

Commit

Permalink
Merge branch 'feature/v0.2.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Aug 27, 2023
2 parents afeb3ac + 07c05f7 commit 8ae5008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion colour_hdri/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def __getattr__(self, attribute) -> Any:

__major_version__ = "0"
__minor_version__ = "2"
__change_version__ = "1"
__change_version__ = "2"
__version__ = ".".join(
(__major_version__, __minor_version__, __change_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.2.1"
version = "0.2.2"
description = "HDRI processing algorithms for Python"
license = "BSD-3-Clause"
authors = [ "Colour Developers <[email protected]>" ]
Expand Down

0 comments on commit 8ae5008

Please sign in to comment.