Skip to content

Commit

Permalink
Merge branch 'feature/v0.2.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Oct 12, 2024
2 parents b0493fe + b161964 commit 07bf5c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion colour_checker_detection/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

__major_version__ = "0"
__minor_version__ = "2"
__change_version__ = "0"
__change_version__ = "1"
__version__ = ".".join((__major_version__, __minor_version__, __change_version__))

try:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "colour-checker-detection"
version = "0.2.0"
version = "0.2.1"
description = "Colour checker detection with Python"
readme = "README.rst"
requires-python = ">=3.10,<3.14"
Expand Down

0 comments on commit 07bf5c1

Please sign in to comment.