Skip to content

Commit

Permalink
2.7.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
__sp__ committed Jun 18, 2013
1 parent feed1c4 commit ce494c3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/pymatgen.analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ analysis Package
:undoc-members:
:show-inheritance:

:mod:`molecule_matcher` Module
------------------------------

.. automodule:: pymatgen.analysis.molecule_matcher
:members:
:undoc-members:
:show-inheritance:

:mod:`reaction_calculator` Module
---------------------------------

Expand Down
8 changes: 8 additions & 0 deletions docs/pymatgen.io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ io Package
:undoc-members:
:show-inheritance:

:mod:`nwchemio` Module
----------------------

.. automodule:: pymatgen.io.nwchemio
:members:
:undoc-members:
:show-inheritance:

:mod:`smartio` Module
---------------------

Expand Down
4 changes: 2 additions & 2 deletions pymatgen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"William Davidson Richard", "Stephen Dacek",
"Michael Kocher", "Dan Gunter", "Shreyas Cholia",
"Vincent L Chevrier", "Rickard Armiento"])
__date__ = "May 12 2013"
__version__ = "2.7.3"
__date__ = "Jun 18 2013"
__version__ = "2.7.4"

import json
#Useful aliases for commonly used objects and modules.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_spglib_ext():
setup(
name="pymatgen",
packages=find_packages(),
version="2.7.3",
version="2.7.4",
install_requires=["numpy>=1.5", "pyhull>=1.3.8", "PyCifRW>=3.3",
"requests>=1.0", "pybtex>=0.16"],
extras_require={"electronic_structure": ["scipy>=0.10"],
Expand Down

0 comments on commit ce494c3

Please sign in to comment.