Skip to content

Commit f653cec

Browse files
committed
Update setup.py
Update version.
1 parent 0cb7296 commit f653cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def readme():
2828

2929
configuration = {
3030
'name' : 'hdbscan',
31-
'version' : '0.2',
31+
'version' : '0.3',
3232
'description' : 'Clustering based on density with variable density clusters',
3333
'long_description' : readme(),
3434
'classifiers' : [

0 commit comments

Comments
 (0)