Skip to content

Commit 0a3108b

Browse files
committed
Raise package version to 0.2.6.
1 parent 3543054 commit 0a3108b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

colour_demosaicing/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
__major_version__ = "0"
5959
__minor_version__ = "2"
60-
__change_version__ = "5"
60+
__change_version__ = "6"
6161
__version__ = ".".join((__major_version__, __minor_version__, __change_version__))
6262

6363
try:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "colour-demosaicing"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
description = "CFA (Colour Filter Array) Demosaicing Algorithms for Python"
55
readme = "README.rst"
66
requires-python = ">=3.10,<3.14"

0 commit comments

Comments
 (0)