File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import os
2
- __version__ = '1.2.9 '
2
+ __version__ = '1.2.10 '
3
3
LOCAL_PATH = os .getcwd ()
4
4
5
5
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ def __post_init__(self):
137
137
}
138
138
if self .machine :
139
139
update_dict (self .machine_dict , self .machine )
140
- elif self .context_type in ["LocalContext" , "localcontext"
140
+ elif self .context_type in ["LocalContext" , "localcontext" ,
141
141
"Local" , "local" ]:
142
142
self .machine_dict = {
143
143
"batch_type" : self .batch_type ,
@@ -148,7 +148,7 @@ def __post_init__(self):
148
148
}
149
149
if self .machine :
150
150
update_dict (self .machine_dict , self .machine )
151
- elif self .context_type in ["LazyLocalContext" , "lazylocalcontext"
151
+ elif self .context_type in ["LazyLocalContext" , "lazylocalcontext" ,
152
152
"LazyLocal" , "lazylocal" ]:
153
153
self .machine_dict = {
154
154
"batch_type" : self .batch_type ,
Original file line number Diff line number Diff line change 5
5
6
6
setuptools .setup (
7
7
name = "apex-flow" ,
8
- version = "1.2.9 " ,
8
+ version = "1.2.10 " ,
9
9
author = "Zhuoyuan Li, Tongqi Wen" ,
10
10
author_email = "zhuoyli@outlook.com" ,
11
11
description = "Alloy Properties EXplorer using simulations" ,
You can’t perform that action at this time.
0 commit comments