Skip to content

Commit

Permalink
Cite ipython notebook, prep for 1.01.
Browse files Browse the repository at this point in the history
  • Loading branch information
esafak committed Mar 24, 2015
1 parent fdf66e8 commit d286cf7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Credits
Development Lead
----------------

* Emre Safak <misteremre@yahoo.com>
* `Emre Safak <https://github.com/esafak>`_

Contributors
------------

None yet. Why not be the first?
* `Jakub Stejskal <https://github.com/jakub-stejskal>`_
4 changes: 3 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ History
-------

* **1.0** (2014-06-24)
First release. I'm sure it's an auspicious date somewhere in the world.
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
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Installation
Usage
------------------

`\<docs/usage.rst\> <https://github.com/esafak/mca/blob/master/docs/usage.rst>`_
Please refer to the `usage notes <https://github.com/esafak/mca/blob/master/docs/usage.rst>`_ and `this illustrated ipython notebook <http://nbviewer.ipython.org/github/esafak/mca/blob/master/docs/mca-BurgundiesExample.ipynb>`.

Reference
---------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d286cf7

Please sign in to comment.