File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131.. |version | image :: https://img.shields.io/pypi/v/colour-science.svg?style=flat-square
3232 :target: https://pypi.org/project/colour-science
3333 :alt: Package Version
34- .. |zenodo | image :: https://img.shields.io/badge/DOI-10.5281/zenodo.8284953 -blue.svg?style=flat-square
35- :target: https://dx.doi.org/10.5281/zenodo.8284953
34+ .. |zenodo | image :: https://img.shields.io/badge/DOI-10.5281/zenodo.10396329 -blue.svg?style=flat-square
35+ :target: https://dx.doi.org/10.5281/zenodo.10396329
3636 :alt: DOI
3737
3838.. end-badges
Original file line number Diff line number Diff line change 870870
871871__major_version__ = "0"
872872__minor_version__ = "4"
873- __change_version__ = "3 "
873+ __change_version__ = "4 "
874874__version__ = "." .join (
875875 (__major_version__ , __minor_version__ , __change_version__ )
876876)
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " colour-science"
33packages = [{ include = " colour" }]
4- version = " 0.4.3 "
4+ version = " 0.4.4 "
55description = " Colour Science for Python"
66license = " BSD-3-Clause"
77authors = [" Colour Developers <colour-developers@colour-science.org>" ]
You can’t perform that action at this time.
0 commit comments