Skip to content

Commit

Permalink
Fix for issue on windows version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcinnes committed Jul 21, 2018
1 parent c1a05d7 commit 02e92ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def readme():

configuration = {
'name': 'hdbscan',
'version': '0.8.14',
'version': '0.8.15',
'description': 'Clustering based on density with variable density clusters',
'long_description': readme(),
'classifiers': [
Expand Down

0 comments on commit 02e92ad

Please sign in to comment.