Skip to content

Commit

Permalink
update version numbers to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrodelugas committed Feb 29, 2024
1 parent 5db2a87 commit 820c3a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Davide Brunato, Pietro Delugas'

# The full version, including alpha/beta/rc tags
release = '1.5.0'
release = '1.5.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion qeschema/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .exceptions import QESchemaError, XmlDocumentError
from .utils import set_logger

__version__ = '1.5.0'
__version__ = '1.5.1'

__all__ = [
'XmlDocument', 'QeDocument', 'PwDocument', 'PhononDocument', 'NebDocument',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='qeschema',
version='1.5.0',
version='1.5.1',
install_requires=['xmlschema>=1.6.4,<2.4.0', 'numpy'],
extras_require={
'HDF5': ['h5py'],
Expand Down

0 comments on commit 820c3a3

Please sign in to comment.