Skip to content

Commit

Permalink
v3.1.9 release
Browse files Browse the repository at this point in the history
Former-commit-id: 8e16409f7dc7fe2f5757d534aad9eed8b799f51d [formerly 1e411ac]
Former-commit-id: 4754520ba14ab0a28094e0cdc7a51bda737c8449
  • Loading branch information
shyuep committed Aug 27, 2015
1 parent 2fbf5da commit 67ef5ed
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change log
==========

v3.1.8
v3.1.9
------
* Fix scripts.

Expand Down
2 changes: 1 addition & 1 deletion docs/change_log.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change log
==========

v3.1.8
v3.1.9
------
* Fix scripts.

Expand Down
2 changes: 1 addition & 1 deletion docs/latest_changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Change log
==========

v3.1.8
v3.1.9
------
* Fix scripts.
2 changes: 1 addition & 1 deletion pymatgen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Shreyas Cholia", "Vincent L Chevrier",
"Rickard Armiento"])
__date__ = "Aug 27 2015"
__version__ = "3.1.8"
__version__ = "3.1.9"


# 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 @@ -54,7 +54,7 @@ def get_spglib_ext():
setup(
name="pymatgen",
packages=find_packages(),
version="3.1.8",
version="3.1.9",
install_requires=["numpy>=1.8", "pyhull>=1.5.3", "six", "prettytable",
"atomicfile", "requests", "pybtex", "pyyaml",
"monty>=0.6.5", "scipy>=0.10"],
Expand Down

0 comments on commit 67ef5ed

Please sign in to comment.