v0.5.6
Modified tcl_Update to check if the input dictionary exists. This occurs with
a new installation of the addon.
if ( version == "NEW" or version == "UNKNOWN" ) then
if ( version == "NEW" ) then
TCL_SETTINGS = {};
end
dbName = TCL_SETTINGS;
end
This should resolve the errors seen recently with new installations