Skip to content

Commit 4d104e3

Browse files
Merge pull request #90 from ZLI-afk/v1.2
V1.2.13
2 parents a6eb23d + f5d6db5 commit 4d104e3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
export DFLOW_DEBUG=1
3030
coverage run -m unittest -v -f
3131
coverage report
32-
- uses: codecov/codecov-action@v4
32+
- uses: codecov/codecov-action@v5
3333
env:
3434
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

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)