Skip to content

Commit

Permalink
Merge 0f9008f into f1683cc
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyf committed Jun 20, 2019
2 parents f1683cc + 0f9008f commit e76c76d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fancyimpute/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .knn import KNN
from .similarity_weighted_averaging import SimilarityWeightedAveraging

__version__ = "0.5.1"
__version__ = "0.5.2"

__all__ = [
"Solver",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
url="https://github.com/iskandr/%s" % package_name,
license="http://www.apache.org/licenses/LICENSE-2.0.html",
classifiers=[
'Development Status :: 3 - Beta',
'Development Status :: 4 - Beta',
'Environment :: Console',
'Operating System :: OS Independent',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit e76c76d

Please sign in to comment.