Skip to content

Commit e5171e2

Browse files
committed
Update version.
1 parent 7ec24b1 commit e5171e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ VASPy
1818
:target: https://www.python.org/downloads/release/python-351/
1919
:alt: platform
2020

21-
.. image:: https://img.shields.io/badge/pypi-v0.8.4-blue.svg
21+
.. image:: https://img.shields.io/badge/pypi-v0.8.5-blue.svg
2222
:target: https://pypi.python.org/pypi/vaspy/
2323
:alt: versions
2424

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
:target: https://www.python.org/downloads/release/python-351/
3131
:alt: platform
3232
33-
.. image:: https://img.shields.io/badge/pypi-v0.8.4-blue.svg
33+
.. image:: https://img.shields.io/badge/pypi-v0.8.5-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.4'
11+
__version__ = '0.8.5'
1212
__all__ = ['atomco', 'electro', 'iter', 'matstudio', 'plotter', 'incar']
1313

1414

0 commit comments

Comments
 (0)