Skip to content

Commit

Permalink
v0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Nov 16, 2020
1 parent bce5a1a commit 637d5d2
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'],
package_data={'sepal_ui': ['scripts/*.csv', 'scripts/*.md']},
version = '0.7.7',
version = '0.7.8',
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_0.7.7.tar.gz',
download_url = 'https://github.com/12rambau/sepal_ui/archive/v_0.7.8.tar.gz',
keywords = ['UI', 'Python', 'widget', 'sepal'],
install_requires=[
'haversine',
Expand Down

0 comments on commit 637d5d2

Please sign in to comment.