Skip to content

Commit 5d0e87c

Browse files
Merge pull request #45 from pietrodelugas/new_master
update version numbers to 1.5.1
2 parents 5134386 + 820c3a3 commit 5d0e87c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Davide Brunato, Pietro Delugas'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '1.5.0'
25+
release = '1.5.1'
2626

2727

2828
# -- General configuration ---------------------------------------------------

qeschema/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from .exceptions import QESchemaError, XmlDocumentError
1616
from .utils import set_logger
1717

18-
__version__ = '1.5.0'
18+
__version__ = '1.5.1'
1919

2020
__all__ = [
2121
'XmlDocument', 'QeDocument', 'PwDocument', 'PhononDocument', 'NebDocument',

setup.py

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

1616
setup(
1717
name='qeschema',
18-
version='1.5.0',
18+
version='1.5.1',
1919
install_requires=['xmlschema>=1.6.4,<2.4.0', 'numpy'],
2020
extras_require={
2121
'HDF5': ['h5py'],

0 commit comments

Comments
 (0)