Skip to content

Commit e9a94cb

Browse files
committed
Raise package version to 0.2.4.
1 parent c2d3880 commit e9a94cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

colour_datasets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
__major_version__ = "0"
5353
__minor_version__ = "2"
54-
__change_version__ = "3"
54+
__change_version__ = "4"
5555
__version__ = ".".join(
5656
(__major_version__, __minor_version__, __change_version__)
5757
)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "colour-datasets"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "Colour science datasets for use with Colour"
55
license = "BSD-3-Clause"
66
authors = [ "Colour Developers <colour-developers@colour-science.org>" ]

0 commit comments

Comments
 (0)