Skip to content

Commit

Permalink
Increment version and added some links to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
MSeifert04 committed Apr 30, 2018
1 parent c606ffc commit fa49505
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@ simple_benchmark

A simple benchmarking package.

Documentation
-------------

.. image:: https://readthedocs.org/projects/simple-benchmark/badge/?version=stable
:target: http://simple-benchmark.readthedocs.io/en/stable/?badge=stable
:alt: Documentation Status

.. image:: https://readthedocs.org/projects/simple-benchmark/badge/?version=latest
:target: http://simple-benchmark.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status


Downloads
---------

.. image:: https://img.shields.io/pypi/v/simple_benchmark.svg
:target: https://pypi.python.org/pypi/simple_benchmark
:alt: PyPI Project

.. image:: https://img.shields.io/github/release/MSeifert04/simple_benchmark.svg
:target: https://github.com/MSeifert04/simple_benchmark/releases
:alt: GitHub Project


Installation
------------

Expand Down
2 changes: 1 addition & 1 deletion simple_benchmark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- Matplotlib
"""

__version__ = '0.0.5'
__version__ = '0.0.6'

__all__ = ['benchmark', 'benchmark_random_array', 'benchmark_random_list',
'BenchmarkResult', 'MultiArgument']
Expand Down

0 comments on commit fa49505

Please sign in to comment.