version bump and change summary to allow pypi upload

This commit is contained in:
Stuart Mitchell
2017-02-24 00:06:19 +13:00
parent 70cb75294d
commit 3cafc61861
2 changed files with 3 additions and 6 deletions

View File

@@ -19,11 +19,8 @@ VERSION = version_dict['VERSION']
setup(name="PuLP",
version=VERSION,
description="""
PuLP is an LP modeler written in python. PuLP can generate MPS or LP files
and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear
problems.
""",
description=
"PuLP is an LP modeler written in python. PuLP can generate MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear problems.",
long_description = Description,
license = License,
keywords = ["Optimization", "Linear Programming", "Operations Research"],

View File

@@ -27,7 +27,7 @@
This file contains the constant definitions for PuLP
Note that hopefully these will be changed into something more pythonic
"""
VERSION = '1.6.4'
VERSION = '1.6.5'
EPS = 1e-7
# variable categories