Skip to content

Commit 6b252d7

Browse files
committed
Raise package version to 0.2.3.
1 parent 590e198 commit 6b252d7

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
@@ -84,7 +84,7 @@
8484

8585
__major_version__ = "0"
8686
__minor_version__ = "2"
87-
__change_version__ = "2"
87+
__change_version__ = "3"
8888
__version__ = f"{__major_version__}.{__minor_version__}.{__change_version__}"
8989

9090
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.2"
3+
version = "0.2.3"
44
description = "Colour checker detection with Python"
55
readme = "README.rst"
66
requires-python = ">=3.11,<3.15"

0 commit comments

Comments
 (0)