Skip to content

Commit

Permalink
Bump version after updated dependency specification
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-last committed Nov 25, 2017
1 parent f7c36bd commit e538d1d
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 @@ -11,7 +11,7 @@ def read(fname):

setup(
name='kmeans_smote',
version="0.0.1",
version="0.0.2",
py_modules=['kmeans_smote'],
install_requires=[
'imbalanced-learn>=0.3.1, <0.4',
Expand Down

0 comments on commit e538d1d

Please sign in to comment.