From be09116d483677561f33890eae26d15b0f1f3f65 Mon Sep 17 00:00:00 2001 From: Stuart Mitchell Date: Sat, 18 Apr 2015 08:38:12 +0000 Subject: [PATCH] version bump --- setup.py | 2 +- src/pulp/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index df76d6c..119ae6e 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ problems. keywords = ["Optimization", "Linear Programming", "Operations Research"], author="J.S. Roy and S.A. Mitchell", author_email="pulp@stuartmitchell.com", - url="https://github.com/stumitchell/pulp-or", + url="https://github.com/coin-or/pulp", classifiers = ['Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Intended Audience :: Science/Research', diff --git a/src/pulp/constants.py b/src/pulp/constants.py index 7c11346..139deb1 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.8' +VERSION = '1.5.9' EPS = 1e-7 # variable categories