Skip to content

Commit

Permalink
Set version to v2022.5.26
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhorton committed May 26, 2022
1 parent 6bbe18e commit 573bc8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pymatgen/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__email__ = "[email protected]"
__maintainer__ = "Shyue Ping Ong"
__maintainer_email__ = "[email protected]"
__version__ = "2022.5.19"
__version__ = "2022.5.26"


SETTINGS_FILE = os.path.join(os.path.expanduser("~"), ".pmgrc.yaml")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
include=["pymatgen.*", "pymatgen.analysis.*", "pymatgen.io.*", "pymatgen.ext.*"],
exclude=["pymatgen.*.tests", "pymatgen.*.*.tests", "pymatgen.*.*.*.tests"],
),
version="2022.5.19",
version="2022.5.26",
python_requires=">=3.8",
setup_requires=[
"Cython>=0.29.23",
Expand Down

0 comments on commit 573bc8f

Please sign in to comment.