Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pchtsp committed Apr 5, 2020
1 parent df4793e commit 73c5455
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions doc/source/technical/solvers.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@

:mod:`pulp.solvers` Interface to Solvers
:mod:`pulp.apis` Interface to Solvers
========================================


.. automodule:: pulp.solvers
.. automodule:: pulp.apis
:members:
:undoc-members:
:imported-members:
:show-inheritance:


2 changes: 1 addition & 1 deletion pulp/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
This file contains the constant definitions for PuLP
Note that hopefully these will be changed into something more pythonic
"""
VERSION = '2.0'
VERSION = '2.1'
EPS = 1e-7

# variable categories
Expand Down

0 comments on commit 73c5455

Please sign in to comment.