Skip to content

Commit

Permalink
bump: version 2.20.0 → 2.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Sep 20, 2024
1 parent 3f7c59c commit 08b4d25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "sepal-ui"
version = "2.20.0"
version = "2.20.1"
description = "Wrapper for ipyvuetify widgets to unify the display of voila dashboards in SEPAL platform"
keywords = ["UI", "Python", "widget", "sepal"]
classifiers = [
Expand Down Expand Up @@ -132,7 +132,7 @@ changelog_file = "CHANGELOG.md"
changelog_incremental = true
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = false
version = "2.20.0"
version = "2.20.1"
version_files = [
"pyproject.toml:version",
"sepal_ui/__init__.py:__version__"
Expand Down
2 changes: 1 addition & 1 deletion sepal_ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

__author__ = """Pierrick Rambaud"""
__email__ = "[email protected]"
__version__ = "2.20.0"
__version__ = "2.20.1"

color = SepalColor()
'color: the colors of sepal. members are in the following list: "main, darker, bg, primary, accent, secondary, success, info, warning, error, menu". They will render according to the selected theme.'

0 comments on commit 08b4d25

Please sign in to comment.