Skip to content

Commit

Permalink
add new ver
Browse files Browse the repository at this point in the history
  • Loading branch information
JEJodesty committed May 11, 2019
1 parent 01c5945 commit 1c89d28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cadCAD/engine/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ def partial_state_update(
# 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]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
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,
Expand Down

0 comments on commit 1c89d28

Please sign in to comment.