Skip to content

Commit

Permalink
Version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rproepp committed Jan 5, 2016
1 parent c98ccf3 commit 1e73ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions README.rst
@@ -1,9 +1,6 @@
Overview
========

.. image:: https://secure.travis-ci.org/rproepp/spykeutils.png?branch=develop
:target: https://travis-ci.org/rproepp/spykeutils

Based on the `Neo <http://packages.python.org/neo/>`_ framework, spykeutils
is a Python library for analyzing and plotting data from neurophysiological
recordings. It can be used by itself or in conjunction with Spyke Viewer,
Expand All @@ -21,4 +18,4 @@ Dependencies
* Python 2.7
* scipy
* neo
* Optional: guiqwt for plots
* Optional: guiqwt for plots
2 changes: 1 addition & 1 deletion spykeutils/__init__.py
Expand Up @@ -72,7 +72,7 @@
:members:
"""

__version__ = '0.4.1'
__version__ = '0.4.2'


class SpykeException(Exception):
Expand Down

0 comments on commit 1e73ba4

Please sign in to comment.