File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 46
46
47
47
__major_version__ = '0'
48
48
__minor_version__ = '1'
49
- __change_version__ = '1 '
49
+ __change_version__ = '2 '
50
50
__version__ = '.' .join (
51
51
(__major_version__ ,
52
52
__minor_version__ ,
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " colour-checker-detection"
3
- version = " 0.1.1 "
3
+ version = " 0.1.2 "
4
4
description = " Colour checker detection with Python"
5
5
license = " BSD-3-Clause"
6
6
authors = [ " Colour Developers <colour-developers@colour-science.org>" ]
Original file line number Diff line number Diff line change 39
39
40
40
setup (
41
41
name = 'colour-checker-detection' ,
42
- version = '0.1.1 ' ,
42
+ version = '0.1.2 ' ,
43
43
description = 'Colour checker detection with Python' ,
44
44
long_description = codecs .open ('README.rst' , encoding = 'utf8' ).read (),
45
45
author = 'Colour Developers' ,
You can’t perform that action at this time.
0 commit comments