Skip to content

Commit

Permalink
v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Oct 9, 2020
1 parent ae7593e commit 77be492
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'],
package_data={'sepal_ui': ['scripts/*.csv', 'scripts/*.md']},
version = '0.7.1-beta',
version = '0.7.2-beta',
license='MIT',
description = 'wrapper for ipyvuetify widgets to unify the display of voila dashboards in the sepal plateform',
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.1-beta.tar.gz',
download_url = 'https://github.com/12rambau/sepal_ui/archive/v_0.7.2-beta.tar.gz',
keywords = ['UI', 'Python', 'widget', 'sepal'],
install_requires=[
'haversine',
Expand Down

0 comments on commit 77be492

Please sign in to comment.