Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwinston committed Aug 22, 2018
1 parent 8aa09b4 commit 02025f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maggma/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# coding: utf-8

__version__ = "0.7.1"
__version__ = "0.8.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
if __name__ == "__main__":
setup(
name="maggma",
version="0.7.1",
version="0.8.0",
description="MongoDB aggregation machine",
long_description=open(os.path.join(module_dir, "README.md")).read(),
url="https://github.com/materialsproject/maggma",
Expand Down

0 comments on commit 02025f2

Please sign in to comment.