From db495a8f17cdad35a3196ea071263c7001c7f48a Mon Sep 17 00:00:00 2001 From: rmsare Date: Tue, 20 Nov 2018 09:50:00 -0800 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b3c233a..38c3ca8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="scarplet", - version="0.1.2", + version="0.1.3", author=["Robert Sare", "George Hilley"], author_email="rmsare@stanford.edu", description="A Python package for topographic template matching",