From 9ca14d38581c94faff59b726448bf44d282f8be4 Mon Sep 17 00:00:00 2001 From: Leland McInnes Date: Fri, 31 Aug 2018 20:21:28 -0400 Subject: [PATCH] Version bump for minor patches. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 01ffe8cb..5060f5ee 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ def readme(): configuration = { 'name' : 'umap-learn', - 'version': '0.3.2', + 'version': '0.3.3', 'description' : 'Uniform Manifold Approximation and Projection', 'long_description' : readme(), 'classifiers' : [