Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
Removed cruft.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmaney committed Jan 23, 2014
1 parent d448282 commit eaaa97a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions clustering/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
import warnings
from numbers import Integral

__version_info__ = (0, 0, 3)
__version__ = ".".join(map(str, __version_info__))


class KMeansPlusPlus:

Expand Down

0 comments on commit eaaa97a

Please sign in to comment.