From fb37873932afbde331aa71c660c675fac9b3029e Mon Sep 17 00:00:00 2001 From: Andrew Davison Date: Tue, 10 Nov 2020 16:41:55 +0100 Subject: [PATCH] Release 0.9.0 --- doc/source/install.rst | 4 ++-- neo/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/install.rst b/doc/source/install.rst index 870ed6093..cd76ce41a 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -30,14 +30,14 @@ Neo will still install but the IO module that uses them will fail on loading: * stfio for StimfitIO * pillow for TiffIO -These dependencies can be installed by specifying a comma seperated list on the +These dependencies can be installed by specifying a comma-separated list with the ``pip install`` command:: $ pip install neo[hdf5io,tiffio] Or when installing a specific version of neo:: - $ pip install neo[hdf5io,tiffio]==0.8.0 + $ pip install neo[hdf5io,tiffio]==0.9.0 These additional dependencies for IO modules are available:: diff --git a/neo/version.py b/neo/version.py index b1ce78b89..52cb5b4e4 100644 --- a/neo/version.py +++ b/neo/version.py @@ -1 +1 @@ -version = '0.9.0.rc0' +version = '0.9.0'