Skip to content

Commit 3c7bb5e

Browse files
Raise package version to 0.1.1.
1 parent dfd8836 commit 3c7bb5e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

colour_clf_io/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "colour-clf-io"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Library to parse and create file in the Common LUT format"
55
readme = "README.rst"
66
requires-python = ">=3.10,<3.14"

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ charset-normalizer==3.4.1
2222
click==8.1.8
2323
colorama==0.4.6 ; sys_platform == 'win32'
2424
comm==0.2.2
25-
coverage==7.6.11
25+
coverage==7.6.12
2626
coveralls==4.0.1
27-
cryptography==44.0.0 ; sys_platform == 'linux'
27+
cryptography==44.0.1 ; sys_platform == 'linux'
2828
debugpy==1.8.12
2929
decorator==5.1.1
3030
defusedxml==0.7.1
@@ -114,7 +114,7 @@ pybtex-docutils==1.0.3
114114
pycparser==2.22
115115
pydata-sphinx-theme==0.16.1
116116
pygments==2.19.1
117-
pyright==1.1.393
117+
pyright==1.1.394
118118
pytest==8.3.4
119119
pytest-cov==6.0.0
120120
pytest-xdist==3.6.1
@@ -167,8 +167,8 @@ typing-extensions==4.12.2
167167
uri-template==1.3.0
168168
urllib3==2.3.0
169169
userpath==1.9.2
170-
uv==0.5.29
171-
virtualenv==20.29.1
170+
uv==0.5.30
171+
virtualenv==20.29.2
172172
wcwidth==0.2.13
173173
webcolors==24.11.1
174174
webencodings==0.5.1

0 commit comments

Comments
 (0)