Skip to content

Commit fb37873

Browse files
committed
Release 0.9.0
1 parent c048073 commit fb37873

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ Neo will still install but the IO module that uses them will fail on loading:
3030
* stfio for StimfitIO
3131
* pillow for TiffIO
3232

33-
These dependencies can be installed by specifying a comma seperated list on the
33+
These dependencies can be installed by specifying a comma-separated list with the
3434
``pip install`` command::
3535

3636
$ pip install neo[hdf5io,tiffio]
3737

3838
Or when installing a specific version of neo::
3939

40-
$ pip install neo[hdf5io,tiffio]==0.8.0
40+
$ pip install neo[hdf5io,tiffio]==0.9.0
4141

4242
These additional dependencies for IO modules are available::
4343

neo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '0.9.0.rc0'
1+
version = '0.9.0'

0 commit comments

Comments
 (0)