We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7334381 + 1d91ca2 commit 7ac02fcCopy full SHA for 7ac02fc
app.py
@@ -20,7 +20,7 @@
20
21
__major_version__ = "0"
22
__minor_version__ = "2"
23
-__change_version__ = "3"
+__change_version__ = "4"
24
__version__ = ".".join(
25
(__major_version__, __minor_version__, __change_version__)
26
)
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "colour-dash"
3
-version = "0.2.3"
+version = "0.2.4"
4
description = "Various colour science Dash apps built on top of Colour"
5
license = "BSD-3-Clause"
6
authors = [ "Colour Developers <colour-developers@colour-science.org>" ]
0 commit comments