Skip to content

Commit

Permalink
2.6.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Apr 19, 2013
1 parent 74a507f commit 5ba66a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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__ = "Mar 24 2013"
__version__ = "2.6.6b"
__date__ = "Apr 19 2013"
__version__ = "2.6.6"

#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.6.6b",
version="2.6.6",
install_requires=["numpy>=1.5", "pyhull>=1.3.6", "PyCifRW>=3.3",
"requests>=1.0", "pybtex>=0.16"],
extras_require={"electronic_structure": ["scipy>=0.10"],
Expand Down

0 comments on commit 5ba66a7

Please sign in to comment.