Skip to content

Commit

Permalink
Merge branch 'release/v0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMauderer committed Feb 12, 2025
2 parents ba19466 + 3c7bb5e commit 47436ad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion colour_clf_io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

__major_version__ = "0"
__minor_version__ = "1"
__change_version__ = "0"
__change_version__ = "1"
__version__ = f"{__major_version__}.{__minor_version__}.{__change_version__}"


Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[project]
name = "colour-clf-io"
version = "0.1.0"
version = "0.1.1"
description = "Library to parse and create file in the Common LUT format"
readme = "README.rst"
requires-python = ">=3.10,<3.14"
authors = [
{ name = "Colour Developers", email = "colour-developers@colour-science.org" },
]
maintainers = [

{ name = "Colour Developers", email = "colour-developers@colour-science.org" }
]
license = { text = "BSD-3-Clause" }
Expand Down Expand Up @@ -80,7 +81,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.build.targets.wheel]
packages = [ "colour-clf-io" ]
packages = [ "colour_clf_io" ]

[tool.codespell]
ignore-words-list = "socio-economic"
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ charset-normalizer==3.4.1
click==8.1.8
colorama==0.4.6 ; sys_platform == 'win32'
comm==0.2.2
coverage==7.6.11
coverage==7.6.12
coveralls==4.0.1
cryptography==44.0.0 ; sys_platform == 'linux'
cryptography==44.0.1 ; sys_platform == 'linux'
debugpy==1.8.12
decorator==5.1.1
defusedxml==0.7.1
Expand Down Expand Up @@ -114,7 +114,7 @@ pybtex-docutils==1.0.3
pycparser==2.22
pydata-sphinx-theme==0.16.1
pygments==2.19.1
pyright==1.1.393
pyright==1.1.394
pytest==8.3.4
pytest-cov==6.0.0
pytest-xdist==3.6.1
Expand Down Expand Up @@ -167,8 +167,8 @@ typing-extensions==4.12.2
uri-template==1.3.0
urllib3==2.3.0
userpath==1.9.2
uv==0.5.29
virtualenv==20.29.1
uv==0.5.30
virtualenv==20.29.2
wcwidth==0.2.13
webcolors==24.11.1
webencodings==0.5.1
Expand Down

0 comments on commit 47436ad

Please sign in to comment.