Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi Chen committed Oct 13, 2021
1 parent b58860f commit a01b44f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
maml - materials machine learning
"""

__version__ = "2021.3.2"
__version__ = "2021.10.13"

__import__("pkg_resources").declare_namespace(__name__)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
setup(
name="maml",
packages=find_packages(),
version="2021.3.2",
version="2021.10.13",
install_requires=["numpy", "scipy", "monty", "scikit-learn", "pandas", "pymatgen", "tqdm"],
extras_requires={
"maml.apps.symbolic._selectors_cvxpy": ["cvxpy"],
Expand Down

0 comments on commit a01b44f

Please sign in to comment.