From 0310ecff28c7bb380294f23767e1e0af76cc40ca Mon Sep 17 00:00:00 2001 From: Brian Coltin Date: Thu, 18 Mar 2021 11:22:43 -0700 Subject: [PATCH] We already had 0.2. Moved to 0.3. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 168092f9..a2aaa928 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setuptools.setup( name="delta", - version="0.2.0", + version="0.3.0", author="NASA Ames", author_email="todo@todo", description="Deep learning for satellite imagery",