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 8532969 commit 827f98dCopy full SHA for 827f98d
colour_checker_detection/__init__.py
@@ -61,8 +61,8 @@
61
__application_name__ = "Colour - Checker Detection"
62
63
__major_version__ = "0"
64
-__minor_version__ = "1"
65
-__change_version__ = "6"
+__minor_version__ = "2"
+__change_version__ = "0"
66
__version__ = ".".join(
67
(__major_version__, __minor_version__, __change_version__)
68
)
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "colour-checker-detection"
3
-version = "0.1.6"
+version = "0.2.0"
4
description = "Colour checker detection with Python"
5
license = "BSD-3-Clause"
6
authors = ["Colour Developers <colour-developers@colour-science.org>"]
0 commit comments