Skip to content

Commit e3c4f4a

Browse files
committed
Bump version: 1.0.3 → 1.0.4
1 parent e331488 commit e3c4f4a

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.3
2+
current_version = 1.0.4
33
commit = True
44
tag = True
55

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
# The version info for the project you're documenting, acts as replacement for |version| and |release|, also used in
4747
# various other places throughout the built documents.
4848
# The short X.Y version.
49-
version = '1.0.3'
49+
version = '1.0.4'
5050
# The full version, including alpha/beta/rc tags.
51-
release = '1.0.3'
51+
release = '1.0.4'
5252

5353
# The language for content autogenerated by Sphinx. Refer to documentation for a list of supported languages.
5454
#language = None

docs/source/guide/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Option 3: Download the latest release
3434

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

37-
tar -xzvf PubChemPy-1.0.3.tar.gz
38-
cd PubChemPy-1.0.3
37+
tar -xzvf PubChemPy-1.0.4.tar.gz
38+
cd PubChemPy-1.0.4
3939
python setup.py install
4040

4141
The setup.py command will install PubChemPy in your `site-packages` folder so it is automatically available to all your

pubchempy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
__author__ = 'Matt Swain'
3737
__email__ = 'm.swain@me.com'
38-
__version__ = '1.0.3'
38+
__version__ = '1.0.4'
3939
__license__ = 'MIT'
4040

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='PubChemPy',
17-
version='1.0.3',
17+
version='1.0.4',
1818
author='Matt Swain',
1919
author_email='m.swain@me.com',
2020
license='MIT',

0 commit comments

Comments
 (0)