From d580ccb67983b0e9829d4e67397be27bcd86759f Mon Sep 17 00:00:00 2001 From: Leland McInnes Date: Tue, 11 Sep 2018 10:40:03 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e6cef11..dbc78ad1 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def requirements(): configuration = { 'name': 'hdbscan', - 'version': '0.8.17', + 'version': '0.8.18', 'description': 'Clustering based on density with variable density clusters', 'long_description': readme(), 'classifiers': [