Skip to content

Commit

Permalink
Merge pull request #6 from dan-blanchard/patch-1
Browse files Browse the repository at this point in the history
Bumped up version number in setup.py to make pip install latest version with Python 3 fixes.
  • Loading branch information
benhamner committed Aug 19, 2013
2 parents 7460b01 + c63fa88 commit 2f5171d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
extra['use_2to3'] = True

setup(name='ml_metrics',
version='0.1.2',
version='0.1.3',
description='Machine Learning Evaluation Metrics',
author = 'Ben Hamner',
author_email = 'ben@benhamner.com',
Expand Down

0 comments on commit 2f5171d

Please sign in to comment.