We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d3880 commit e9a94cbCopy full SHA for e9a94cb
colour_datasets/__init__.py
@@ -51,7 +51,7 @@
51
52
__major_version__ = "0"
53
__minor_version__ = "2"
54
-__change_version__ = "3"
+__change_version__ = "4"
55
__version__ = ".".join(
56
(__major_version__, __minor_version__, __change_version__)
57
)
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "colour-datasets"
3
-version = "0.2.3"
+version = "0.2.4"
4
description = "Colour science datasets for use with Colour"
5
license = "BSD-3-Clause"
6
authors = [ "Colour Developers <colour-developers@colour-science.org>" ]
0 commit comments