Skip to content

Commit ccf34ae

Browse files
committed
bump: version 2.20.1 → 2.20.2
1 parent ecf7521 commit ccf34ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.20.1"
7+
version = "2.20.2"
88
description = "Wrapper for ipyvuetify widgets to unify the display of voila dashboards in SEPAL platform"
99
keywords = ["UI", "Python", "widget", "sepal"]
1010
classifiers = [
@@ -130,7 +130,7 @@ changelog_file = "CHANGELOG.md"
130130
changelog_incremental = true
131131
tag_format = "v$major.$minor.$patch$prerelease"
132132
update_changelog_on_bump = false
133-
version = "2.20.1"
133+
version = "2.20.2"
134134
version_files = [
135135
"pyproject.toml:version",
136136
"sepal_ui/__init__.py:__version__"

sepal_ui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
__author__ = """Pierrick Rambaud"""
1212
__email__ = "[email protected]"
13-
__version__ = "2.20.1"
13+
__version__ = "2.20.2"
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)