From 87c6c4efa97ae7fe80016f3c404fe3ad4f84b133 Mon Sep 17 00:00:00 2001 From: Vince Knight Date: Wed, 6 Sep 2017 14:08:10 +0100 Subject: [PATCH] Fix style formatting in documentation and bump ver --- CHANGES.md | 4 ++++ docs/reference/lemke-howson.rst | 2 +- src/nash/version.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index cdf0bcb0..3f401bb5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# v0.0.11 + +Very minor documentation fix. + # v0.0.10 Add enumeration method for the Lemke Howson algorithm as well as a more diff --git a/docs/reference/lemke-howson.rst b/docs/reference/lemke-howson.rst index 95cb16e3..1537317e 100644 --- a/docs/reference/lemke-howson.rst +++ b/docs/reference/lemke-howson.rst @@ -107,7 +107,7 @@ This algorithm is implemented using integer pivoting. >>> nash.integer_pivoting.non_basic_variables(row_tableau) {0, 1} - **So we are going to drop label :math:`1` from :math:`T_r`.** + So we are going to drop label :math:`1` from :math:`T_r`. 3. Step 3, removing a label and moving from one vertex to another corresponds diff --git a/src/nash/version.py b/src/nash/version.py index 9b36b86c..b2f01558 100644 --- a/src/nash/version.py +++ b/src/nash/version.py @@ -1 +1 @@ -__version__ = "0.0.10" +__version__ = "0.0.11"