From 3148dc047287b67846019a0b732181dda91c6356 Mon Sep 17 00:00:00 2001 From: j1c Date: Wed, 27 Mar 2019 16:47:07 -0400 Subject: [PATCH] Increment version to 0.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e74186007..d52e7eaaa 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ "scipy>=1.1.0", "seaborn>=0.9.0", ] -VERSION = "0.0.1" +VERSION = "0.0.2" def check_python_version():