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.
2 parents 77112ff + 57e7c2a commit 68429ceCopy full SHA for 68429ce
colour_checker_detection/__init__.py
@@ -54,7 +54,7 @@
54
55
__major_version__ = "0"
56
__minor_version__ = "1"
57
-__change_version__ = "4"
+__change_version__ = "5"
58
__version__ = ".".join(
59
(__major_version__, __minor_version__, __change_version__)
60
)
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "colour-checker-detection"
3
-version = "0.1.4"
+version = "0.1.5"
4
description = "Colour checker detection with Python"
5
license = "BSD-3-Clause"
6
authors = [ "Colour Developers <colour-developers@colour-science.org>" ]
0 commit comments