Skip to content

Commit de32902

Browse files
committed
Update version number.
1 parent 1784e5f commit de32902

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

README.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ VASPy
1010
:target: https://landscape.io/github/PytLab/VASPy/master
1111
:alt: Code Health
1212

13-
.. image:: https://coveralls.io/repos/github/PytLab/VASPy/badge.svg?branch=master
14-
:target: https://coveralls.io/github/PytLab/VASPy?branch=master
15-
13+
.. image:: https://codecov.io/gh/PytLab/VASPy/branch/master/graph/badge.svg
14+
:target: https://codecov.io/gh/PytLab/VASPy
1615

1716
.. image:: https://img.shields.io/badge/python-3.5, 2.7-green.svg
1817
:target: https://www.python.org/downloads/release/python-351/
1918
:alt: platform
2019

21-
.. image:: https://img.shields.io/badge/pypi-v0.8.5-blue.svg
20+
.. image:: https://img.shields.io/badge/pypi-v0.8.6-blue.svg
2221
:target: https://pypi.python.org/pypi/vaspy/
2322
:alt: versions
2423

@@ -54,7 +53,7 @@ After installing canopy, you can set corresponding aliases, for example:
5453
.. code-block:: shell
5554
5655
alias canopy='/Users/<yourname>/Library/Enthought/Canopy/edm/envs/User/bin/python'
57-
alias canopy-pip='/Users/zjshao/Library/Enthought/Canopy/edm/envs/User/bin/pip'
56+
alias canopy-pip='/Users/<yourname>/Library/Enthought/Canopy/edm/envs/User/bin/pip'
5857
alias canopy-ipython='/Users/<yourname>/Library/Enthought/Canopy/edm/envs/User/bin/ipython'
5958
alias canopy-jupyter='/Users/<yourname>/Library/Enthought/Canopy/edm/envs/User/bin/jupyter'
6059

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
:target: https://landscape.io/github/PytLab/VASPy/master
2424
:alt: Code Health
2525
26-
.. image:: https://coveralls.io/repos/github/PytLab/VASPy/badge.svg?branch=master
27-
:target: https://coveralls.io/github/PytLab/VASPy?branch=master
26+
.. image:: https://codecov.io/gh/PytLab/VASPy/branch/master/graph/badge.svg
27+
:target: https://codecov.io/gh/PytLab/VASPy
2828
2929
.. image:: https://img.shields.io/badge/python-3.5, 2.7-green.svg
3030
:target: https://www.python.org/downloads/release/python-351/
3131
:alt: platform
3232
33-
.. image:: https://img.shields.io/badge/pypi-v0.8.5-blue.svg
33+
.. image:: https://img.shields.io/badge/pypi-v0.8.6-blue.svg
3434
:target: https://pypi.python.org/pypi/vaspy/
3535
:alt: versions
3636

vaspy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
PY2 = True
99

1010

11-
__version__ = '0.8.5'
11+
__version__ = '0.8.6'
1212
__all__ = ['atomco', 'electro', 'iter', 'matstudio', 'plotter', 'incar']
1313

1414

0 commit comments

Comments
 (0)