Skip to content

Commit 851d288

Browse files
committed
Raise package version to 01.1.
1 parent 3c8b5df commit 851d288

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
@@ -46,7 +46,7 @@
4646

4747
__major_version__ = '0'
4848
__minor_version__ = '1'
49-
__change_version__ = '0'
49+
__change_version__ = '1'
5050
__version__ = '.'.join(
5151
(__major_version__,
5252
__minor_version__,

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.0"
3+
version = "0.1.1"
44
description = "Colour checker detection with Python"
55
license = "BSD-3-Clause"
66
authors = [ "Colour Developers" ]

0 commit comments

Comments
 (0)