Skip to content

Commit

Permalink
DOCUMENTATION: Had the links to the wrong travis and coverall project
Browse files Browse the repository at this point in the history
This is why copy and pasting is bad.
  • Loading branch information
timmahrt committed Apr 29, 2016
1 parent ab2bb8c commit 52c0877
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
LMEDS
---------

.. image:: https://travis-ci.org/timmahrt/praatIO.svg?branch=master
:target: https://travis-ci.org/timmahrt/praatIO
.. image:: https://travis-ci.org/timmahrt/LMEDS.svg?branch=master
:target: https://travis-ci.org/timmahrt/LMEDS

.. image:: https://coveralls.io/repos/github/timmahrt/praatIO/badge.svg?branch=master
:target: https://coveralls.io/github/timmahrt/praatIO?branch=master
.. image:: https://coveralls.io/repos/github/timmahrt/LMEDS/badge.svg?branch=master
:target: https://coveralls.io/github/timmahrt/LMEDS?branch=master

.. image:: https://img.shields.io/badge/license-MIT-blue.svg?
:target: http://opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from distutils.core import setup
import codecs
setup(name='lmeds',
version='2.1.0',
version='2.2.0',
author='Tim Mahrt',
author_email='timmahrt@gmail.com',
package_dir={'lmeds':'lmeds'},
Expand Down

0 comments on commit 52c0877

Please sign in to comment.