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 3c8b5df commit 851d288Copy full SHA for 851d288
colour_checker_detection/__init__.py
@@ -46,7 +46,7 @@
46
47
__major_version__ = '0'
48
__minor_version__ = '1'
49
-__change_version__ = '0'
+__change_version__ = '1'
50
__version__ = '.'.join(
51
(__major_version__,
52
__minor_version__,
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "colour-checker-detection"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = "Colour checker detection with Python"
5
license = "BSD-3-Clause"
6
authors = [ "Colour Developers" ]
0 commit comments