Skip to content

Commit 63e168b

Browse files
committed
Merge branch 'feature/v0.1.3' into develop
2 parents a885831 + 63ac412 commit 63e168b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

colour_checker_detection/__init__.py

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

5454
__major_version__ = "0"
5555
__minor_version__ = "1"
56-
__change_version__ = "2"
56+
__change_version__ = "3"
5757
__version__ = ".".join(
5858
(__major_version__, __minor_version__, __change_version__)
5959
)

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.2"
3+
version = "0.1.3"
44
description = "Colour checker detection with Python"
55
license = "BSD-3-Clause"
66
authors = [ "Colour Developers <colour-developers@colour-science.org>" ]

setup.py

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

6464
setup(
6565
name="colour-checker-detection",
66-
version="0.1.2",
66+
version="0.1.3",
6767
description="Colour checker detection with Python",
6868
long_description=codecs.open("README.rst", encoding="utf8").read(),
6969
author="Colour Developers",

0 commit comments

Comments
 (0)