From 3e5927f65e035f56c8ea24271bff390f97eb16cb Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 15 Jan 2024 18:37:46 +0100 Subject: [PATCH] Release JS module introduction as an alpha package We want to test it live before an official release --- umap/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/__init__.py b/umap/__init__.py index 3094cc85..42c4adcc 100644 --- a/umap/__init__.py +++ b/umap/__init__.py @@ -1 +1 @@ -VERSION = "1.13.1" +VERSION = "1.14.0a0"