From 03c9d839bb870bf2e12ceb8024204885a0a55632 Mon Sep 17 00:00:00 2001 From: Ian Johnson Date: Wed, 13 Mar 2024 14:01:06 -0400 Subject: [PATCH] bump to 0.1.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 68f3b93..b830243 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def run(self): setup( name='latentscope', - version='0.1.5', + version='0.1.6', description='Quickly embed, project, cluster and explore a dataset.', long_description=long_description, long_description_content_type='text/markdown',