Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Dec 24, 2020
1 parent e774c62 commit 921f923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
name = 'sepal_ui',
packages = ['sepal_ui', 'sepal_ui.scripts', 'sepal_ui.frontend', 'sepal_ui.sepalwidgets', 'sepal_ui.aoi', 'sepal_ui.message'],
package_data={'sepal_ui': ['scripts/*.csv', 'scripts/*.md', 'message/*.json']},
version = '1.0.0',
version = '1.0.1',
license='MIT',
description = 'Wrapper for ipyvuetify widgets to unify the display of voila dashboards in SEPAL platform',
author = 'Pierrick Rambaud',
author_email = '[email protected]',
url = 'https://github.com/12rambau/sepal_ui',
download_url = 'https://github.com/12rambau/sepal_ui/archive/v_1.0.0.tar.gz',
download_url = 'https://github.com/12rambau/sepal_ui/archive/v_1.0.1.tar.gz',
keywords = ['UI', 'Python', 'widget', 'sepal'],
install_requires=[
'haversine',
Expand Down

0 comments on commit 921f923

Please sign in to comment.