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