Skip to content

Commit

Permalink
Merge branch 'master' of github.com:materialsproject/crystaltoolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhorton committed Jun 3, 2020
2 parents 1401c78 + acf2063 commit 33b2fb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crystal_toolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from collections import defaultdict
from pathlib import Path

__version__ = "2020.05.21"
__version__ = "2020.06.03"

MODULE_PATH = Path(__file__).parents[0]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "crystal_toolkit"
version = "2020.05.21"
version = "2020.06.03"
description = ""
authors = ["Matthew Horton <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
setup(
long_description=readme,
name="crystal_toolkit",
version="2020.05.21",
version="2020.06.03",
python_requires="==3.*,>=3.7.0",
author="Matthew Horton",
author_email="[email protected]",
Expand Down

0 comments on commit 33b2fb8

Please sign in to comment.