Skip to content

Commit 07bf5c1

Browse files
committed
Merge branch 'feature/v0.2.1' into develop
2 parents b0493fe + b161964 commit 07bf5c1

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
@@ -64,7 +64,7 @@
6464

6565
__major_version__ = "0"
6666
__minor_version__ = "2"
67-
__change_version__ = "0"
67+
__change_version__ = "1"
6868
__version__ = ".".join((__major_version__, __minor_version__, __change_version__))
6969

7070
try:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "colour-checker-detection"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Colour checker detection with Python"
55
readme = "README.rst"
66
requires-python = ">=3.10,<3.14"

0 commit comments

Comments
 (0)