From 58ed2a717ca6ffb8d86f567b815c73ebee589dad Mon Sep 17 00:00:00 2001 From: mperry Date: Fri, 18 Feb 2022 07:16:48 -0700 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2fe83bc..a2af1ff 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def run_tests(self): setup( name="pyimpute", - version="0.2", + version="0.3", author="Matthew Perry", author_email="perrygeo@gmail.com", description=("Utilities for applying scikit-learn to spatial datasets"),