Skip to content

Commit 62634f7

Browse files
Merge pull request #93 from deepmodeling/devel-1.2.0
v1.2.4
2 parents 2105af1 + 874e9b7 commit 62634f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import os
2-
__version__ = '1.2.13'
2+
__version__ = '1.2.14'
33
LOCAL_PATH = os.getcwd()
44

55

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="apex-flow",
8-
version="1.2.13",
8+
version="1.2.14",
99
author="Zhuoyuan Li, Tongqi Wen",
1010
author_email="zhuoyli@outlook.com",
1111
description="Alloy Properties EXplorer using simulations",
@@ -18,7 +18,7 @@
1818
"pydflow>=1.7.83",
1919
"pymatgen>=2023.8.10",
2020
'pymatgen-analysis-defects>=2023.8.22',
21-
"dpdata>=0.2.13",
21+
"dpdata==0.2.17",
2222
"dpdispatcher",
2323
"phonopy",
2424
"plotly",

0 commit comments

Comments
 (0)