From a37753e9be2967910c79cb657211787c5834a480 Mon Sep 17 00:00:00 2001 From: Leland McInnes Date: Wed, 13 Apr 2022 17:18:12 -0400 Subject: [PATCH] Patch version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2e565932..45b1fd17 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def readme(): configuration = { "name": "umap-learn", - "version": "0.5.2", + "version": "0.5.3", "description": "Uniform Manifold Approximation and Projection", "long_description": readme(), "long_description_content_type": "text/x-rst",