Skip to content

Commit 3876ebe

Browse files
committed
Raise package version to 0.2.1.
1 parent 44b7bea commit 3876ebe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

colour_hdri/__init__.py

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

241241
__major_version__ = "0"
242242
__minor_version__ = "2"
243-
__change_version__ = "0"
243+
__change_version__ = "1"
244244
__version__ = ".".join(
245245
(__major_version__, __minor_version__, __change_version__)
246246
)

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-hdri"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "HDRI processing algorithms for Python"
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
@@ -84,7 +84,7 @@
8484

8585
setup(
8686
name="colour-hdri",
87-
version="0.2.0",
87+
version="0.2.1",
8888
description="HDRI processing algorithms for Python",
8989
long_description=codecs.open("README.rst", encoding="utf8").read(),
9090
author="Colour Developers",

0 commit comments

Comments
 (0)