Skip to content

Commit 80251bc

Browse files
committed
Raise package version to 0.2.5.
1 parent 1f0c90f commit 80251bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 1 addition & 1 deletion
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"

0 commit comments

Comments
 (0)