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 53
53
54
54
__major_version__ = "0"
55
55
__minor_version__ = "1"
56
- __change_version__ = "3 "
56
+ __change_version__ = "4 "
57
57
__version__ = "." .join (
58
58
(__major_version__ , __minor_version__ , __change_version__ )
59
59
)
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " colour-checker-detection"
3
- version = " 0.1.3 "
3
+ version = " 0.1.4 "
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 64
64
65
65
setup (
66
66
name = "colour-checker-detection" ,
67
- version = "0.1.3 " ,
67
+ version = "0.1.4 " ,
68
68
description = "Colour checker detection with Python" ,
69
69
long_description = codecs .open ("README.rst" , encoding = "utf8" ).read (),
70
70
author = "Colour Developers" ,
You can’t perform that action at this time.
0 commit comments