Skip to content

Commit

Permalink
Update setup.py and version (#51)
Browse files Browse the repository at this point in the history
* update setup info for PyPI release
  • Loading branch information
dwinston authored and ltalirz committed Jun 25, 2019
1 parent 90978a6 commit 59d3c46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion optimade/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.12"
__version__ = "0.2.0"
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

setup(
name="optimade",
version="0.1.12",
version="0.2.0",
packages=find_packages(),
include_package_data=True,
url="https://github.com/materialsproject/optimade/",
license="modified BSD",
author="MP Team",
author_email="feedback@materialsproject.org",
url="https://github.com/Materials-Consortia/optimade-python-tools",
license="MIT",
author="OPTiMaDe Development Team",
author_email="dev@optimade.org",
description="Tools for implementing and consuming OPTiMaDe APIs.",
long_description=open(os.path.join(module_dir, "README.md")).read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 59d3c46

Please sign in to comment.