Skip to content

Commit

Permalink
v0.8.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jul 31, 2016
1 parent 4304363 commit c554c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion monty/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

__author__ = 'Shyue Ping Ong'
__copyright__ = 'Copyright 2014, The Materials Virtual Lab'
__version__ = '0.8.6'
__version__ = '0.8.7'
__maintainer__ = 'Shyue Ping Ong'
__email__ = '[email protected]'
__date__ = 'Jul 14 2016'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
setup(
name="monty",
packages=find_packages(),
version="0.8.6",
version="0.8.7",
install_requires=["six"],
extras_require={"yaml": ["pyyaml>=3.1"],},
package_data={},
Expand Down

0 comments on commit c554c40

Please sign in to comment.