Skip to content

Commit a01b44f

Browse files
author
Chi Chen
committed
update docs
1 parent b58860f commit a01b44f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

maml/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
maml - materials machine learning
33
"""
44

5-
__version__ = "2021.3.2"
5+
__version__ = "2021.10.13"
66

77
__import__("pkg_resources").declare_namespace(__name__)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
setup(
8888
name="maml",
8989
packages=find_packages(),
90-
version="2021.3.2",
90+
version="2021.10.13",
9191
install_requires=["numpy", "scipy", "monty", "scikit-learn", "pandas", "pymatgen", "tqdm"],
9292
extras_requires={
9393
"maml.apps.symbolic._selectors_cvxpy": ["cvxpy"],

0 commit comments

Comments
 (0)