Skip to content

Commit

Permalink
v2020.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhorton committed Apr 3, 2020
1 parent 9561b02 commit 604d59c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pymatgen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
__email__ = "pymatgen@googlegroups.com"
__maintainer__ = "Shyue Ping Ong"
__maintainer_email__ = "shyuep@gmail.com"
__version__ = "2020.3.13"
__version__ = "2020.4.2"

SETTINGS_FILE = os.path.join(os.path.expanduser("~"), ".pmgrc.yaml")

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def finalize_options(self):
setup(
name="pymatgen",
packages=find_packages(),
version="2020.3.13",
version="2020.4.2",
cmdclass={'build_ext': build_ext},
setup_requires=['numpy>=1.14.3', 'setuptools>=18.0'],
python_requires='>=3.6',
Expand Down Expand Up @@ -188,4 +188,4 @@ def finalize_options(self):
'get_environment = pymatgen.cli.get_environment:main',
]
}
)
)

0 comments on commit 604d59c

Please sign in to comment.