From d4ddb0ba27840382dc6a44cb7b312e3100236571 Mon Sep 17 00:00:00 2001 From: Stuart Mitchell Date: Wed, 1 Apr 2015 10:27:56 +1300 Subject: [PATCH] Version bump and support for windows install bugfix --- MANIFEST.in | 2 +- setup.py | 2 ++ src/pulp/constants.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 98e3838..95fe5b3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,7 +2,7 @@ include AUTHORS include INSTALL include LICENSE include MANIFEST.in -include README +include README.md include HISTORY include setup.py include ez_setup.py diff --git a/setup.py b/setup.py index 47342b5..df76d6c 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,8 @@ problems. 'pulp.solverdir', 'pulp.solverdir.cbc.linux.32', 'pulp.solverdir.cbc.linux.64', + 'pulp.solverdir.cbc.win.32', + 'pulp.solverdir.cbc.win.64', 'pulp.solverdir.cbc.osx.64'], package_data = {'pulp' : ["AUTHORS","LICENSE", "pulp.cfg.linux", diff --git a/src/pulp/constants.py b/src/pulp/constants.py index 386e79b..e05ec2b 100644 --- a/src/pulp/constants.py +++ b/src/pulp/constants.py @@ -28,7 +28,7 @@ This file contains the constant definitions for PuLP Note that hopefully these will be changed into something more pythonic """ -VERSION = '1.5.5' +VERSION = '1.5.7' EPS = 1e-7 # variable categories