diff --git a/docs/source/conf.py b/docs/source/conf.py index d802f5b6..d009c447 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ author = 'Pierrick Rambaud' # The full version, including alpha/beta/rc tags -release = '2.0.3' +release = '2.0.4' # -- General configuration --------------------------------------------------- diff --git a/sepal_ui/__init__.py b/sepal_ui/__init__.py index ac9d5c89..e8125363 100644 --- a/sepal_ui/__init__.py +++ b/sepal_ui/__init__.py @@ -1,6 +1,6 @@ __author__ = """Pierrick Rambaud""" __email__ = "pierrick.rambaud49@gmail.com" -__version__ = "2.0.3" +__version__ = "2.0.4" # direct access to colors from sepal_ui.frontend import styles diff --git a/setup.py b/setup.py index d6eff781..4955a97b 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ 'sepal_ui.model' ], package_data={'sepal_ui': ['scripts/*.csv', 'scripts/*.md', 'message/*.json', 'bin/module_factory']}, - version = '2.0.3', + version = '2.0.4', license='MIT', description = 'Wrapper for ipyvuetify widgets to unify the display of voila dashboards in SEPAL platform', long_description = open('README.rst').read(), @@ -22,7 +22,7 @@ author = 'Pierrick Rambaud', author_email = 'pierrick.rambaud49@gmail.com', url = 'https://github.com/12rambau/sepal_ui', - download_url = 'https://github.com/12rambau/sepal_ui/archive/v_2.0.3.tar.gz', + download_url = 'https://github.com/12rambau/sepal_ui/archive/v_2.0.4.tar.gz', keywords = ['UI', 'Python', 'widget', 'sepal'], install_requires=[ 'haversine',