Skip to content

Commit 04c70d6

Browse files
committed
Merge branch 'feature/v0.2.2' into develop
2 parents 982f315 + 1972259 commit 04c70d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app.py

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

2121
__major_version__ = "0"
2222
__minor_version__ = "2"
23-
__change_version__ = "1"
23+
__change_version__ = "2"
2424
__version__ = ".".join(
2525
(__major_version__, __minor_version__, __change_version__)
2626
)

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-dash"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Various colour science Dash apps built on top of Colour"
55
license = "BSD-3-Clause"
66
authors = [ "Colour Developers <colour-developers@colour-science.org>" ]

0 commit comments

Comments
 (0)