We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56cca1d commit a7692adCopy full SHA for a7692ad
app.py
@@ -20,7 +20,7 @@
20
21
__major_version__ = "0"
22
__minor_version__ = "1"
23
-__change_version__ = "14"
+__change_version__ = "15"
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.1.14"
+version = "0.1.15"
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