Skip to content

Commit

Permalink
bump: version 2.17.0 → 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Aug 6, 2024
1 parent 8f37996 commit afe43f3
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.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 = [
Expand Down Expand Up @@ -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__"
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__ = "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.'

0 comments on commit afe43f3

Please sign in to comment.