Skip to content

Commit 45f3243

Browse files
committed
Merge branch 'feature/v0.2.0' into develop
2 parents 8bbf136 + d0e0758 commit 45f3243

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

colour_datasets/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
__application_name__ = "Colour - Datasets"
5252

5353
__major_version__ = "0"
54-
__minor_version__ = "1"
55-
__change_version__ = "1"
54+
__minor_version__ = "2"
55+
__change_version__ = "0"
5656
__version__ = ".".join(
5757
(__major_version__, __minor_version__, __change_version__)
5858
)

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.1.1"
3+
version = "0.2.0"
44
description = "Colour science datasets for use with Colour"
55
license = "BSD-3-Clause"
66
authors = [ "Colour Developers <[email protected]>" ]

setup.py

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

6363
setup(
6464
name="colour-datasets",
65-
version="0.1.1",
65+
version="0.2.0",
6666
description="Colour science datasets for use with Colour",
6767
long_description=codecs.open("README.rst", encoding="utf8").read(),
6868
author="Colour Developers",

0 commit comments

Comments
 (0)