Skip to content

Commit 8a347a5

Browse files
committed
bump: version 2.18.0 → 2.18.1
1 parent c67211e commit 8a347a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sepal-ui"
7-
version = "2.18.0"
7+
version = "2.18.1"
88
description = "Wrapper for ipyvuetify widgets to unify the display of voila dashboards in SEPAL platform"
99
keywords = ["UI", "Python", "widget", "sepal"]
1010
classifiers = [
@@ -131,7 +131,7 @@ changelog_file = "CHANGELOG.md"
131131
changelog_incremental = true
132132
tag_format = "v$major.$minor.$patch$prerelease"
133133
update_changelog_on_bump = false
134-
version = "2.18.0"
134+
version = "2.18.1"
135135
version_files = [
136136
"pyproject.toml:version",
137137
"sepal_ui/__init__.py:__version__"

Diff for: sepal_ui/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
__author__ = """Pierrick Rambaud"""
1212
__email__ = "[email protected]"
13-
__version__ = "2.18.0"
13+
__version__ = "2.18.1"
1414

1515
color = SepalColor()
1616
'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 commit comments

Comments
 (0)