Skip to content

Commit 5216c50

Browse files
committed
Bump version: 0.0.8 → 0.0.9
1 parent 8489c8f commit 5216c50

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.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 = 0.0.8
2+
current_version = 0.0.9
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
@@ -50,9 +50,9 @@
5050
# The version info for the project you're documenting, acts as replacement for |version| and |release|, also used in
5151
# various other places throughout the built documents.
5252
# The short X.Y version.
53-
version = '0.0.8'
53+
version = '0.0.9'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '0.0.8'
55+
release = '0.0.9'
5656

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

docs/source/guide/install.rst

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

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

43-
tar -xzvf MolVS-0.0.8.tar.gz
44-
cd MolVS-0.0.8
43+
tar -xzvf MolVS-0.0.9.tar.gz
44+
cd MolVS-0.0.9
4545
python setup.py install
4646

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

molvs/__init__.py

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

2121

2222
__title__ = 'MolVS'
23-
__version__ = '0.0.8'
23+
__version__ = '0.0.9'
2424
__author__ = 'Matt Swain'
2525
__email__ = 'm.swain@me.com'
2626
__license__ = 'MIT'

setup.py

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

1717
setup(
1818
name='MolVS',
19-
version='0.0.8',
19+
version='0.0.9',
2020
author='Matt Swain',
2121
author_email='m.swain@me.com',
2222
license='MIT',

0 commit comments

Comments
 (0)