add new ver

This commit is contained in:
Joshua E. Jodesty 2019-05-11 12:28:31 -04:00
parent 01c5945724
commit 1c89d28ab5
2 changed files with 1 additions and 2 deletions

View File

@ -114,7 +114,6 @@ class Executor:
# last_in_obj: Dict[str, Any] = dict(dp_psu(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] = sH[-1]

View File

@ -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."
setup(name='cadCAD',
version='0.2',
version='0.2.2',
description="cadCAD: a differential games based simulation software package for research, validation, and \
Computer Aided Design of economic systems",
long_description=long_description,