Skip to content

Commit

Permalink
add references
Browse files Browse the repository at this point in the history
  • Loading branch information
astorfi committed Jul 23, 2018
1 parent fb78371 commit 685d987
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
:target: https://codecov.io/gh/astorfi/speechpy
.. image:: https://badge.fury.io/py/speechpy.svg
:target: https://badge.fury.io/py/speechpy
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1066373.svg
:target: https://doi.org/10.5281/zenodo.1066373
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.810391.svg
:target: https://doi.org/110.5281/zenodo.810391

.. _SpeechPy Official Project Documentation: http://speechpy.readthedocs.io

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from setuptools import setup, find_packages

setup(name='speechpy',
version='2.3.1',
version='2.4',
description='The python package for extracting speech features.',
author='Amirsina Torfi',
author_email='amirsina.torfi@gmail.com',
url='https://github.com/astorfi/speechpy',
download_url = 'https://github.com/astorfi/speechpy/archive/2.3.1.zip',
download_url = 'https://github.com/astorfi/speechpy/archive/2.4.zip',
packages=find_packages(exclude=('tests', 'docs')),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit 685d987

Please sign in to comment.