Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Nov 10, 2020
1 parent c048073 commit fb37873
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down
2 changes: 1 addition & 1 deletion neo/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.9.0.rc0'
version = '0.9.0'

0 comments on commit fb37873

Please sign in to comment.