File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 100100
101101__major_version__ = "0"
102102__minor_version__ = "1"
103- __change_version__ = "0 "
103+ __change_version__ = "1 "
104104__version__ = f"{ __major_version__ } .{ __minor_version__ } .{ __change_version__ } "
105105
106106
Original file line number Diff line number Diff line change 11[project ]
22name = " colour-clf-io"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44description = " Library to parse and create file in the Common LUT format"
55readme = " README.rst"
66requires-python = " >=3.10,<3.14"
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ charset-normalizer==3.4.1
2222click == 8.1.8
2323colorama == 0.4.6 ; sys_platform == 'win32'
2424comm == 0.2.2
25- coverage == 7.6.11
25+ coverage == 7.6.12
2626coveralls == 4.0.1
27- cryptography == 44.0.0 ; sys_platform == 'linux'
27+ cryptography == 44.0.1 ; sys_platform == 'linux'
2828debugpy == 1.8.12
2929decorator == 5.1.1
3030defusedxml == 0.7.1
@@ -114,7 +114,7 @@ pybtex-docutils==1.0.3
114114pycparser == 2.22
115115pydata-sphinx-theme == 0.16.1
116116pygments == 2.19.1
117- pyright == 1.1.393
117+ pyright == 1.1.394
118118pytest == 8.3.4
119119pytest-cov == 6.0.0
120120pytest-xdist == 3.6.1
@@ -167,8 +167,8 @@ typing-extensions==4.12.2
167167uri-template == 1.3.0
168168urllib3 == 2.3.0
169169userpath == 1.9.2
170- uv == 0.5.29
171- virtualenv == 20.29.1
170+ uv == 0.5.30
171+ virtualenv == 20.29.2
172172wcwidth == 0.2.13
173173webcolors == 24.11.1
174174webencodings == 0.5.1
You can’t perform that action at this time.
0 commit comments