diff --git a/sepal_ui/__init__.py b/sepal_ui/__init__.py index 7bba0731..f5df5975 100644 --- a/sepal_ui/__init__.py +++ b/sepal_ui/__init__.py @@ -1 +1 @@ -import .scripts \ No newline at end of file +from . import scripts \ No newline at end of file diff --git a/setup.py b/setup.py index 9dbcd1cd..9ae431dd 100644 --- a/setup.py +++ b/setup.py @@ -3,13 +3,13 @@ setup( name = 'sepal_ui', packages = ['sepal_ui'], - version = '0.1.8-alpha', + version = '0.1.9-alpha', license='MIT', description = 'wrapper for ipyvuetify widgets to unify the display of voila dashboards in the sepal plateform', 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_0.1.8-alpha.tar.gz', + download_url = 'https://github.com/12rambau/sepal_ui/archive/v_0.1.9-alpha.tar.gz', keywords = ['UI', 'Python', 'widget', 'sepal'], install_requires=[ 'haversine',