Skip to content

Commit 7ac02fc

Browse files
committed
Merge branch 'feature/v0.2.4' into develop
2 parents 7334381 + 1d91ca2 commit 7ac02fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "colour-dash"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "Various colour science Dash apps built on top of Colour"
55
license = "BSD-3-Clause"
66
authors = [ "Colour Developers <[email protected]>" ]

0 commit comments

Comments
 (0)