add new ver
This commit is contained in:
parent
01c5945724
commit
1c89d28ab5
|
|
@ -114,7 +114,6 @@ class Executor:
|
||||||
# last_in_obj: Dict[str, Any] = dict(dp_psu(sL[-1]))
|
# last_in_obj: Dict[str, Any] = dict(dp_psu(sL[-1]))
|
||||||
|
|
||||||
last_in_obj: Dict[str, Any] = deepcopy(sL[-1])
|
last_in_obj: Dict[str, Any] = deepcopy(sL[-1])
|
||||||
# print(last_in_obj)
|
|
||||||
# last_in_obj: Dict[str, Any] = sL[-1]
|
# last_in_obj: Dict[str, Any] = sL[-1]
|
||||||
|
|
||||||
# last_in_obj: Dict[str, Any] = sH[-1]
|
# last_in_obj: Dict[str, Any] = sH[-1]
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -11,7 +11,7 @@ long_description = "cadCAD is a differential games based simulation software pac
|
||||||
monte carlo analysis and other common numerical methods is provided."
|
monte carlo analysis and other common numerical methods is provided."
|
||||||
|
|
||||||
setup(name='cadCAD',
|
setup(name='cadCAD',
|
||||||
version='0.2',
|
version='0.2.2',
|
||||||
description="cadCAD: a differential games based simulation software package for research, validation, and \
|
description="cadCAD: a differential games based simulation software package for research, validation, and \
|
||||||
Computer Aided Design of economic systems",
|
Computer Aided Design of economic systems",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue