Skip to content

Commit

Permalink
Raise package version to 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Feb 27, 2022
1 parent 8bbf136 commit d0e0758
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions colour_datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
__application_name__ = "Colour - Datasets"

__major_version__ = "0"
__minor_version__ = "1"
__change_version__ = "1"
__minor_version__ = "2"
__change_version__ = "0"
__version__ = ".".join(
(__major_version__, __minor_version__, __change_version__)
)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "colour-datasets"
version = "0.1.1"
version = "0.2.0"
description = "Colour science datasets for use with Colour"
license = "BSD-3-Clause"
authors = [ "Colour Developers <[email protected]>" ]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

setup(
name="colour-datasets",
version="0.1.1",
version="0.2.0",
description="Colour science datasets for use with Colour",
long_description=codecs.open("README.rst", encoding="utf8").read(),
author="Colour Developers",
Expand Down

0 comments on commit d0e0758

Please sign in to comment.