Skip to content

Commit

Permalink
Raise app version to 0.1.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Jan 21, 2023
1 parent 56cca1d commit a7692ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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__ = "1"
__change_version__ = "14"
__change_version__ = "15"
__version__ = ".".join(
(__major_version__, __minor_version__, __change_version__)
)
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.1.14"
version = "0.1.15"
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 a7692ad

Please sign in to comment.