Skip to content

Commit ed364b2

Browse files
committed
Update version
1 parent 8d50f6f commit ed364b2

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
@@ -17,7 +17,7 @@ VASPy
1717
:target: https://www.python.org/downloads/release/python-351/
1818
:alt: platform
1919

20-
.. image:: https://img.shields.io/badge/pypi-v0.8.11-blue.svg
20+
.. image:: https://img.shields.io/badge/pypi-v0.8.12-blue.svg
2121
:target: https://pypi.python.org/pypi/vaspy/
2222
:alt: versions
2323

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.11-blue.svg
33+
.. image:: https://img.shields.io/badge/pypi-v0.8.12-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.11'
11+
__version__ = '0.8.12'
1212
__all__ = ['atomco', 'electro', 'iter', 'matstudio', 'plotter', 'incar']
1313

1414

0 commit comments

Comments
 (0)