Skip to content

Commit 2105af1

Browse files
Merge pull request #91 from deepmodeling/devel-1.2.0
Devel 1.2.0
2 parents 95c4450 + 4d104e3 commit 2105af1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.12'
2+
__version__ = '1.2.13'
33
LOCAL_PATH = os.getcwd()
44

55

apex/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def bohrium_config_dict(self):
202202
"username": self.email,
203203
"phone": self.phone,
204204
"password": self.password,
205-
"program_id": self.program_id
205+
"project_id": self.program_id
206206
}
207207
if self.bohrium_config:
208208
update_dict(bohrium_config, self.bohrium_config)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="apex-flow",
8-
version="1.2.12",
8+
version="1.2.13",
99
author="Zhuoyuan Li, Tongqi Wen",
1010
author_email="zhuoyli@outlook.com",
1111
description="Alloy Properties EXplorer using simulations",

0 commit comments

Comments
 (0)