Skip to content

Commit be0ef32

Browse files
committed
Raise package version to 0.1.4.
1 parent 66bea35 commit be0ef32

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__ = "3"
56+
__change_version__ = "4"
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.3"
3+
version = "0.1.4"
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
@@ -64,7 +64,7 @@
6464

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

0 commit comments

Comments
 (0)