Skip to content

Commit 823e5e1

Browse files
committed
Merge branch 'release/v0.2.5'
2 parents 2eb0a13 + 80251bc commit 823e5e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

colour_hdri/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def __getattr__(self, attribute) -> Any:
258258

259259
__major_version__ = "0"
260260
__minor_version__ = "2"
261-
__change_version__ = "4"
261+
__change_version__ = "5"
262262
__version__ = ".".join((__major_version__, __minor_version__, __change_version__))
263263

264264
try:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "colour-hdri"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
description = "HDRI processing algorithms for Python"
55
readme = "README.rst"
66
requires-python = ">=3.10,<3.14"
@@ -95,7 +95,7 @@ requires = ["hatchling"]
9595
build-backend = "hatchling.build"
9696

9797
[tool.hatch.build.targets.wheel]
98-
packages = [ "colour_demosaicing" ]
98+
packages = [ "colour_hdri" ]
9999

100100
[tool.hatch.build.targets.sdist]
101101
exclude = [

0 commit comments

Comments
 (0)