Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelonGonzalez committed Mar 7, 2022
1 parent 0410148 commit 50e65ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(

name="wasar",
version="0.0.1",
version="0.0.2",
author="Miguel González Jiménez & Carolina Guardiola Albert",
author_email="miguigonn@gmail.com, c.guardiola@igme.es",
description="Python package for analyzing A-DInSAR time series.",
Expand All @@ -20,6 +20,7 @@
'matplotlib>=3.4.2',
'folium'
],
include_package_data=True,
packages=find_packages(),
classifiers=[
'Programming Language :: Python',
Expand Down

0 comments on commit 50e65ad

Please sign in to comment.