Skip to content

Commit

Permalink
2.8.0 release of pymatgen.
Browse files Browse the repository at this point in the history
Former-commit-id: 4adf0ef1c1f9a8a387b965720762b7fbbc7bf57c [formerly 8bd63f0]
Former-commit-id: 61a1b102ccf47b2dae0056323560225ae43620b6
  • Loading branch information
shyuep committed Sep 6, 2013
1 parent 8a78898 commit 7476748
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fabfile.py
Expand Up @@ -82,7 +82,7 @@ def log_ver():

def release():
setver()
test()
#test()
publish()
update_dev_doc()
log_ver()
4 changes: 2 additions & 2 deletions pymatgen/__init__.py
Expand Up @@ -2,8 +2,8 @@
"William Davidson Richard", "Stephen Dacek",
"Michael Kocher", "Dan Gunter", "Shreyas Cholia",
"Vincent L Chevrier", "Rickard Armiento"])
__date__ = "Aug 2 2013"
__version__ = "2.8.0b"
__date__ = "Sep 6 2013"
__version__ = "2.8.0"

#Useful aliases for commonly used objects and modules.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -44,7 +44,7 @@ def get_spglib_ext():
setup(
name="pymatgen",
packages=find_packages(),
version="2.8.0b",
version="2.8.0",
install_requires=["numpy>=1.5", "pyhull>=1.4.3", "PyCifRW>=3.3",
"requests>=1.0", "pybtex>=0.16"],
extras_require={"electronic_structure": ["scipy>=0.10"],
Expand Down

0 comments on commit 7476748

Please sign in to comment.