From a6431bb726651130398d93b27a12cff39b38ee5f Mon Sep 17 00:00:00 2001 From: dfguerrerom Date: Fri, 25 Oct 2024 09:44:19 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.20.3=20=E2=86=92=202.21.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- sepal_ui/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8191f92f..716f99fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sepal-ui" -version = "2.20.3" +version = "2.21.0" description = "Wrapper for ipyvuetify widgets to unify the display of voila dashboards in SEPAL platform" keywords = ["UI", "Python", "widget", "sepal"] classifiers = [ @@ -131,7 +131,7 @@ changelog_file = "CHANGELOG.md" changelog_incremental = true tag_format = "v$major.$minor.$patch$prerelease" update_changelog_on_bump = false -version = "2.20.3" +version = "2.21.0" version_files = [ "pyproject.toml:version", "sepal_ui/__init__.py:__version__" diff --git a/sepal_ui/__init__.py b/sepal_ui/__init__.py index e8a3b9bb..efc7980e 100644 --- a/sepal_ui/__init__.py +++ b/sepal_ui/__init__.py @@ -10,7 +10,7 @@ __author__ = """Pierrick Rambaud""" __email__ = "pierrick.rambaud49@gmail.com" -__version__ = "2.20.3" +__version__ = "2.21.0" 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.'