Skip to content

Commit 7107111

Browse files
committed
Raise app version to 0.2.8.
1 parent cd10649 commit 7107111

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
@@ -19,7 +19,7 @@
1919

2020
__major_version__ = "0"
2121
__minor_version__ = "2"
22-
__change_version__ = "7"
22+
__change_version__ = "8"
2323
__version__ = f"{__major_version__}.{__minor_version__}.{__change_version__}"
2424

2525
__all__ = ["SERVER", "SERVER_URL", "APP"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "colour-dash"
3-
version = "0.2.7"
3+
version = "0.2.8"
44
description = "Various colour science Dash apps built on top of Colour"
55
readme = "README.rst"
66
requires-python = ">=3.10,<3.14"

0 commit comments

Comments
 (0)