We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b270b5 commit 485e686Copy full SHA for 485e686
mxgap/__init__.py
@@ -1,4 +1,4 @@
1
PACKAGE_NAME = "mxgap"
2
-__version__ = version = 0.5
+__version__ = version = 0.6
3
4
from .ML import run_prediction, ML_prediction
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = mxgap
-version = 0.5
+version = 0.6
description = ML models to predict terminated MXene bandgaps.
5
long_description = file: README.md
6
long_description_content_type = text/markdown
0 commit comments