From 7b24259d67e9e8126e434cfbd2a2ca7d1bddcc7f Mon Sep 17 00:00:00 2001 From: Stuart Mitchell Date: Tue, 9 Jun 2015 22:31:37 +1200 Subject: [PATCH] version bump (minor fix) --- src/pulp/constants.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pulp/constants.py b/src/pulp/constants.py index 139deb1..18bb1ef 100644 --- a/src/pulp/constants.py +++ b/src/pulp/constants.py @@ -1,5 +1,4 @@ # PuLP : Python LP Modeler -# Version 1.20 # Copyright (c) 2002-2005, Jean-Sebastien Roy (js@jeannot.org) # Modifications Copyright (c) 2007- Stuart Anthony Mitchell (s.mitchell@auckland.ac.nz) @@ -28,7 +27,7 @@ This file contains the constant definitions for PuLP Note that hopefully these will be changed into something more pythonic """ -VERSION = '1.5.9' +VERSION = '1.6.0' EPS = 1e-7 # variable categories