Skip to content

Commit

Permalink
Merge branch 'feature/v0.1.3' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Feb 27, 2022
2 parents a885831 + 63ac412 commit 63e168b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion colour_checker_detection/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

__major_version__ = "0"
__minor_version__ = "1"
__change_version__ = "2"
__change_version__ = "3"
__version__ = ".".join(
(__major_version__, __minor_version__, __change_version__)
)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "colour-checker-detection"
version = "0.1.2"
version = "0.1.3"
description = "Colour checker detection with Python"
license = "BSD-3-Clause"
authors = [ "Colour Developers <[email protected]>" ]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

setup(
name="colour-checker-detection",
version="0.1.2",
version="0.1.3",
description="Colour checker detection with Python",
long_description=codecs.open("README.rst", encoding="utf8").read(),
author="Colour Developers",
Expand Down

0 comments on commit 63e168b

Please sign in to comment.