From 1c89d28ab542f2f982816198b7843784356db7b0 Mon Sep 17 00:00:00 2001 From: "Joshua E. Jodesty" Date: Sat, 11 May 2019 12:28:31 -0400 Subject: [PATCH] add new ver --- cadCAD/engine/simulation.py | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cadCAD/engine/simulation.py b/cadCAD/engine/simulation.py index 77c3bf5..36d4067 100644 --- a/cadCAD/engine/simulation.py +++ b/cadCAD/engine/simulation.py @@ -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] diff --git a/setup.py b/setup.py index a01f39c..1aaf50c 100644 --- a/setup.py +++ b/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." 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,