Skip to content

Commit

Permalink
Bump version: 0.0.7 → 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mcs07 committed Dec 12, 2016
1 parent bef8530 commit b941d2b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.7
current_version = 0.0.8
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,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 = '0.0.7'
version = '0.0.8'
# The full version, including alpha/beta/rc tags.
release = '0.0.7'
release = '0.0.8'

# 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 @@ -40,8 +40,8 @@ Option 2: Download the latest release

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

tar -xzvf MolVS-0.0.7.tar.gz
cd MolVS-0.0.7
tar -xzvf MolVS-0.0.8.tar.gz
cd MolVS-0.0.8
python setup.py install

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


__title__ = 'MolVS'
__version__ = '0.0.7'
__version__ = '0.0.8'
__author__ = 'Matt Swain'
__email__ = '[email protected]'
__license__ = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='MolVS',
version='0.0.7',
version='0.0.8',
author='Matt Swain',
author_email='[email protected]',
license='MIT',
Expand Down

0 comments on commit b941d2b

Please sign in to comment.