We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590e198 commit 6b252d7Copy full SHA for 6b252d7
colour_checker_detection/__init__.py
@@ -84,7 +84,7 @@
84
85
__major_version__ = "0"
86
__minor_version__ = "2"
87
-__change_version__ = "2"
+__change_version__ = "3"
88
__version__ = f"{__major_version__}.{__minor_version__}.{__change_version__}"
89
90
try:
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "colour-checker-detection"
3
-version = "0.2.2"
+version = "0.2.3"
4
description = "Colour checker detection with Python"
5
readme = "README.rst"
6
requires-python = ">=3.11,<3.15"
0 commit comments