From 576447aa3233e7c794e5ae6833968253fae972f1 Mon Sep 17 00:00:00 2001 From: Forest Gregg Date: Sat, 18 Dec 2021 14:32:17 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e06e643..8555c96 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ def readme(): setup( name="PyLBFGS", url='https://github.com/dedupeio/pylbfgs', - version="0.2.0.13", + version="0.2.0.14", description="LBFGS and OWL-QN optimization algorithms", author="Lars Buitinck, Forest Gregg", author_email="fgregg@gmail.com",