From 89943c56f515143779c21fcee544a8e3e8c368ca Mon Sep 17 00:00:00 2001 From: Timothy Hodson <34148978+thodson-usgs@users.noreply.github.com> Date: Wed, 24 Feb 2021 13:20:48 -0600 Subject: [PATCH] Release 0.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e95ff0..e0b46ab 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='dataretrieval', - version='0.6', + version='0.7', description='', url='', author='Timothy Hodson',