Skip to content

Commit 9b99ea3

Browse files
committed
Raise package version to 0.1.2.
1 parent 5b5702f commit 9b99ea3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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__ = '1'
49+
__change_version__ = '2'
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.1"
3+
version = "0.1.2"
44
description = "Colour checker detection with Python"
55
license = "BSD-3-Clause"
66
authors = [ "Colour Developers <colour-developers@colour-science.org>" ]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
setup(
4141
name='colour-checker-detection',
42-
version='0.1.1',
42+
version='0.1.2',
4343
description='Colour checker detection with Python',
4444
long_description=codecs.open('README.rst', encoding='utf8').read(),
4545
author='Colour Developers',

0 commit comments

Comments
 (0)