From 3f76f64d8258201c1e84f8148f1d93b9f59b819b Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 17 Jan 2024 18:49:06 +0100 Subject: [PATCH] 1.14.0a1 Removing django-compressor, and testing before doing a proper release --- umap/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/__init__.py b/umap/__init__.py index 42c4adcc..ca2c2057 100644 --- a/umap/__init__.py +++ b/umap/__init__.py @@ -1 +1 @@ -VERSION = "1.14.0a0" +VERSION = "1.14.0a1"