From d286cf74797d89b39f662bb64e33713db0048db6 Mon Sep 17 00:00:00 2001 From: Emre Safak Date: Mon, 23 Mar 2015 19:28:47 -0700 Subject: [PATCH] Cite ipython notebook, prep for 1.01. --- AUTHORS.rst | 4 ++-- HISTORY.rst | 4 +++- README.rst | 2 +- setup.py | 4 ++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 71cbd3e..ffe7ca6 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -5,9 +5,9 @@ Credits Development Lead ---------------- -* Emre Safak +* `Emre Safak `_ Contributors ------------ -None yet. Why not be the first? \ No newline at end of file +* `Jakub Stejskal `_ \ No newline at end of file diff --git a/HISTORY.rst b/HISTORY.rst index f11107e..3cfe81f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,4 +4,6 @@ History ------- * **1.0** (2014-06-24) - First release. I'm sure it's an auspicious date somewhere in the world. \ No newline at end of file + First release. I'm sure it's an auspicious date somewhere in the world. +* **1.01** (2015-03-23) + More documentation, in the form of an ipython notebook. Fixed bug #2 affecting python 2.x \ No newline at end of file diff --git a/README.rst b/README.rst index 646a3b7..02d088e 100644 --- a/README.rst +++ b/README.rst @@ -27,7 +27,7 @@ Installation Usage ------------------ -`\ `_ +Please refer to the `usage notes `_ and `this illustrated ipython notebook `. Reference --------- diff --git a/setup.py b/setup.py index 55ad099..9d24d72 100644 --- a/setup.py +++ b/setup.py @@ -24,8 +24,8 @@ setup( name='mca', - version='1.0', - description='Multiple correspondence analysis with pandas DataFrames', + version='1.0.1', + description='Multiple correspondence analysis with pandas', long_description=readme + '\n\n' + history, author='Emre Safak', author_email='misteremre@yahoo.com',