Skip to content

Commit 827f98d

Browse files
committed
Raise package version to 0.2.0.
1 parent 8532969 commit 827f98d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

colour_checker_detection/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
__application_name__ = "Colour - Checker Detection"
6262

6363
__major_version__ = "0"
64-
__minor_version__ = "1"
65-
__change_version__ = "6"
64+
__minor_version__ = "2"
65+
__change_version__ = "0"
6666
__version__ = ".".join(
6767
(__major_version__, __minor_version__, __change_version__)
6868
)

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.6"
3+
version = "0.2.0"
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)