From 1e54ca11598ac7be688e59f4173ed52affc824e6 Mon Sep 17 00:00:00 2001 From: Matt Swain Date: Sat, 7 Mar 2015 13:00:31 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.2=20=E2=86=92=201.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source/conf.py | 4 ++-- docs/source/guide/install.rst | 4 ++-- pubchempy.py | 2 +- setup.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 2216bd9..b923e17 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 diff --git a/docs/source/guide/install.rst b/docs/source/guide/install.rst index 667e400..1cbecc6 100644 --- a/docs/source/guide/install.rst +++ b/docs/source/guide/install.rst @@ -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 diff --git a/pubchempy.py b/pubchempy.py index cf48650..b811725 100644 --- a/pubchempy.py +++ b/pubchempy.py @@ -34,7 +34,7 @@ __author__ = 'Matt Swain' __email__ = 'm.swain@me.com' -__version__ = '1.0.2' +__version__ = '1.0.3' __license__ = 'MIT' API_BASE = 'https://pubchem.ncbi.nlm.nih.gov/rest/pug' diff --git a/setup.py b/setup.py index a7c102c..ef07fba 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='PubChemPy', - version='1.0.2', + version='1.0.3', author='Matt Swain', author_email='m.swain@me.com', license='MIT',