Skip to content

Commit

Permalink
Merge pull request #43 from gregcaporaso/201-release
Browse files Browse the repository at this point in the history
REL: update version and install doc for release
  • Loading branch information
gregcaporaso committed May 9, 2016
2 parents dabb9d9 + 6dfbfff commit c89049d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To install SourceTracker 2 using Anaconda, run the following commands:
```bash
conda create -n st2 python=3.5 numpy scipy h5py hdf5
source activate st2
pip install https://github.com/biota/sourcetracker2/archive/master.zip
pip install sourcetracker
```

To test that your installation was successful, try the following command:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from setuptools import find_packages, setup

__version__ = '2.0.0-dev'
__version__ = '2.0.1'

classes = """
Development Status :: 1 - Planning
Expand All @@ -28,7 +28,7 @@
description = "Python implementation of the SourceTracker R package."

setup(
name='sourcetracker2',
name='sourcetracker',
version=__version__,
license='modified BSD',
description=description,
Expand Down
2 changes: 1 addition & 1 deletion sourcetracker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
# The full license is in the file LICENSE, distributed with this software.
# ----------------------------------------------------------------------------

__version__ = '2.0.0-dev'
__version__ = '2.0.1'
_readme_url = "https://github.com/biota/sourcetracker2/blob/master/README.md"

0 comments on commit c89049d

Please sign in to comment.