From 9fc083b71eb9c6879bf36aee9409bfa7d6881fe1 Mon Sep 17 00:00:00 2001 From: Leland McInnes Date: Mon, 28 Oct 2024 13:27:00 -0400 Subject: [PATCH] Update setup.py -- version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3957b260..82a5d56f 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def readme(): configuration = { "name": "umap-learn", - "version": "0.5.6", + "version": "0.5.7", "description": "Uniform Manifold Approximation and Projection", "long_description": readme(), "long_description_content_type": "text/x-rst",