Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcs07 committed Jan 6, 2014
1 parent c461980 commit 431bc18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ A simple Python wrapper around the [PubChem PUG REST API](http://pubchem.ncbi.nl

**Option 2**: [Download the latest release](https://github.com/mcs07/PubChemPy/releases/) and install yourself:

tar xzvf PubChemPy-1.0.tar.gz
cd PubChemPy-1.0
tar xzvf PubChemPy-1.0.1.tar.gz
cd PubChemPy-1.0.1
sudo python setup.py install

**Option 3**: [Download pubchempy.py](https://github.com/mcs07/PubChemPy/raw/master/pubchempy.py) and manually place it in your project directory or anywhere on your PYTHONPATH.
Expand Down
2 changes: 1 addition & 1 deletion pubchempy.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

__author__ = 'Matt Swain'
__email__ = '[email protected]'
__version__ = '1.0'
__version__ = '1.0.1'
__license__ = 'MIT'

API_BASE = 'https://pubchem.ncbi.nlm.nih.gov/rest/pug'
Expand Down

0 comments on commit 431bc18

Please sign in to comment.