diff --git a/setup.py b/setup.py index 3913e2d..a59cce9 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='rlr', url='https://github.com/dedupeio/rlr', - version='2.4.5', + version='2.4.6', description='Case weighted L2 regularized logistic regression', packages=['rlr'], install_requires=['numpy>=1.13.1', 'pylbfgs'],