Skip to content

Commit

Permalink
Merge branch 'release/v0.2.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Feb 3, 2023
2 parents 648d7c7 + 7ac02fc commit ac4f33a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__major_version__ = "0"
__minor_version__ = "2"
__change_version__ = "3"
__change_version__ = "4"
__version__ = ".".join(
(__major_version__, __minor_version__, __change_version__)
)
Expand Down
2 changes: 1 addition & 1 deletion apps/rgb_colourspace_chromatically_adapted_primaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def _uid(id_):
),
Div(className="col-2"),
],
Div(className="row"),
className="row",
)
"""
App layout, i.e. :class:`Div` class instance.
Expand Down
2 changes: 1 addition & 1 deletion apps/rgb_colourspace_transformation_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def _uid(id_):
),
Div(className="col-2"),
],
Div(className="row"),
className="row",
)
"""
App layout, i.e. :class:`Div` class instance.
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-dash"
version = "0.2.3"
version = "0.2.4"
description = "Various colour science Dash apps built on top of Colour"
license = "BSD-3-Clause"
authors = [ "Colour Developers <[email protected]>" ]
Expand Down

0 comments on commit ac4f33a

Please sign in to comment.