Skip to content

Commit 68429ce

Browse files
committed
Merge branch 'feature/v0.1.5' into develop
2 parents 77112ff + 57e7c2a commit 68429ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

colour_checker_detection/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
__major_version__ = "0"
5656
__minor_version__ = "1"
57-
__change_version__ = "4"
57+
__change_version__ = "5"
5858
__version__ = ".".join(
5959
(__major_version__, __minor_version__, __change_version__)
6060
)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "colour-checker-detection"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "Colour checker detection with Python"
55
license = "BSD-3-Clause"
66
authors = [ "Colour Developers <colour-developers@colour-science.org>" ]

0 commit comments

Comments
 (0)