diff --git a/maggma/__init__.py b/maggma/__init__.py index aec9dcb6d..02f2e32cb 100644 --- a/maggma/__init__.py +++ b/maggma/__init__.py @@ -1,3 +1,3 @@ # coding: utf-8 -__version__ = "0.7.1" \ No newline at end of file +__version__ = "0.8.0" \ No newline at end of file diff --git a/setup.py b/setup.py index 025200771..c4dbecd62 100644 --- a/setup.py +++ b/setup.py @@ -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",