Skip to content

Commit 485e686

Browse files
committed
version 0.6 tag
1 parent 9b270b5 commit 485e686

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mxgap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PACKAGE_NAME = "mxgap"
2-
__version__ = version = 0.5
2+
__version__ = version = 0.6
33

44
from .ML import run_prediction, ML_prediction

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = mxgap
3-
version = 0.5
3+
version = 0.6
44
description = ML models to predict terminated MXene bandgaps.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)