Skip to content

Commit

Permalink
Bump version: 1.0.2 → 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mcs07 committed Mar 7, 2015
1 parent 9ceab6b commit 1e54ca1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
# The version info for the project you're documenting, acts as replacement for |version| and |release|, also used in
# various other places throughout the built documents.
# The short X.Y version.
version = '1.0.2'
version = '1.0.3'
# The full version, including alpha/beta/rc tags.
release = '1.0.2'
release = '1.0.3'

# The language for content autogenerated by Sphinx. Refer to documentation for a list of supported languages.
#language = None
Expand Down
4 changes: 2 additions & 2 deletions docs/source/guide/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Option 2: Download the latest release

Alternatively, `download the latest release`_ manually and install yourself::

tar -xzvf PubChemPy-1.0.2.tar.gz
cd PubChemPy-1.0.2
tar -xzvf PubChemPy-1.0.3.tar.gz
cd PubChemPy-1.0.3
python setup.py install

The setup.py command will install PubChemPy in your `site-packages` folder so it is automatically available to all your
Expand Down
2 changes: 1 addition & 1 deletion pubchempy.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

__author__ = 'Matt Swain'
__email__ = '[email protected]'
__version__ = '1.0.2'
__version__ = '1.0.3'
__license__ = 'MIT'

API_BASE = 'https://pubchem.ncbi.nlm.nih.gov/rest/pug'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='PubChemPy',
version='1.0.2',
version='1.0.3',
author='Matt Swain',
author_email='[email protected]',
license='MIT',
Expand Down

0 comments on commit 1e54ca1

Please sign in to comment.