diff --git a/pyproject.toml b/pyproject.toml index 50c44383..1ecbceed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sepal-ui" -version = "2.17.0" +version = "2.18.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.17.0" +version = "2.18.0" version_files = [ "pyproject.toml:version", "sepal_ui/__init__.py:__version__" diff --git a/sepal_ui/__init__.py b/sepal_ui/__init__.py index 454fa9b9..cda61bb0 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.17.0" +__version__ = "2.18.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.'