Skip to content

Commit

Permalink
Raise package version to 0.2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Oct 11, 2024
1 parent 3543054 commit 0a3108b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion colour_demosaicing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

__major_version__ = "0"
__minor_version__ = "2"
__change_version__ = "5"
__change_version__ = "6"
__version__ = ".".join((__major_version__, __minor_version__, __change_version__))

try:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "colour-demosaicing"
version = "0.2.5"
version = "0.2.6"
description = "CFA (Colour Filter Array) Demosaicing Algorithms for Python"
readme = "README.rst"
requires-python = ">=3.10,<3.14"
Expand Down

0 comments on commit 0a3108b

Please sign in to comment.